forked from PojavLauncherTeam/PojavLauncher
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from Vera-Firefly/sol_testing
Create a dedicated buffter for virgl
- Loading branch information
Showing
6 changed files
with
271 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
app_pojavlauncher/src/main/jni/ctxbridges/renderer_config.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// | ||
// Created by Vera-Firefly on 2.12.2023. | ||
// Definitions specific to the renderer | ||
// | ||
|
||
|
||
#define RENDERER_GL4ES 1 | ||
#define RENDERER_VK_ZINK 2 | ||
#define RENDERER_VIRGL 3 | ||
#define RENDERER_VULKAN 4 | ||
#define RENDERER_VK_WARLIP 5 | ||
#define RENDERER_VK_ZINK_PREF 6 |
Oops, something went wrong.