Attempt to implement video output modes on Vulkan

This commit is contained in:
Wojtek Figat
2021-10-25 23:31:45 +02:00
parent eb04fc39ea
commit 39c170cb2f
2 changed files with 30 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ static const char* GInstanceExtensions[] =
{
#if VK_EXT_validation_cache
VK_EXT_VALIDATION_CACHE_EXTENSION_NAME,
#endif
#if defined(VK_KHR_display) && 0
VK_KHR_DISPLAY_EXTENSION_NAME,
#endif
nullptr
};