mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[vulkan] Update the validation layer request
It's now Kronos as LunarG has been deprecated (explains why I got no help with some of my debugging).
This commit is contained in:
parent
d22be09ae3
commit
dc704a9384
2 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ static VkExtensionProperties *instanceExtensionProperties;
|
|||
static strset_t *instanceExtensions;
|
||||
|
||||
const char * const vulkanValidationLayers[] = {
|
||||
"VK_LAYER_LUNARG_standard_validation",
|
||||
"VK_LAYER_KHRONOS_validation",
|
||||
0,
|
||||
};
|
||||
|
||||
|
|
|
@ -112,8 +112,8 @@ Vulkan_Init_Cvars (void)
|
|||
{
|
||||
vulkan_use_validation = Cvar_Get ("vulkan_use_validation", "1", CVAR_NONE,
|
||||
0,
|
||||
"enable LunarG Standard Validation "
|
||||
"Layer if available (requires instance "
|
||||
"enable KRONOS Validation Layer if "
|
||||
"available (requires instance "
|
||||
"restart).");
|
||||
// FIXME implement fallback choices (instead of just fifo)
|
||||
vulkan_presentation_mode = Cvar_Get ("vulkan_presentation_mode", "mailbox",
|
||||
|
|
Loading…
Reference in a new issue