VK Layer Settings remove deprecated (#3676)

This commit is contained in:
Niram7777
2025-10-02 21:50:23 +02:00
committed by GitHub
parent 54b5520c1a
commit 5c7f802233
4 changed files with 44 additions and 14 deletions

View File

@@ -122,7 +122,8 @@ void setNeoMode(bool enable, bool is_game_specific = false);
bool isDevKitConsole();
void setDevKitConsole(bool enable, bool is_game_specific = false);
bool vkValidationGpuEnabled(); // no set
bool vkValidationCoreEnabled(); // no set
bool vkValidationGpuEnabled(); // no set
int getExtraDmemInMbytes();
void setExtraDmemInMbytes(int value);
bool getIsMotionControlsEnabled();