mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 07:57:52 +00:00
- found the stupid bug that caused validation layer not to work..
This commit is contained in:
parent
8854fad165
commit
28f83fc9db
1 changed files with 0 additions and 1 deletions
|
@ -198,7 +198,6 @@ void VulkanDevice::createInstance()
|
|||
createInfo.enabledLayerCount = (uint32_t)validationLayers.size();
|
||||
createInfo.ppEnabledLayerNames = validationLayers.data();
|
||||
createInfo.ppEnabledExtensionNames = enabledExtensions.data();
|
||||
createInfo.enabledLayerCount = 0;
|
||||
|
||||
result = vkCreateInstance(&createInfo, nullptr, &instance);
|
||||
if (result != VK_SUCCESS)
|
||||
|
|
Loading…
Reference in a new issue