Attempt to implement video output modes on Vulkan
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user