mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Enable VK_KHR_maintenance4 for relaxed interface matching between input and output vectors
This commit is contained in:
parent
0efc9e24f3
commit
70a616e6eb
1 changed files with 3 additions and 0 deletions
|
@ -269,6 +269,9 @@ private:
|
|||
#endif
|
||||
#if defined( VK_KHR_format_feature_flags2 )
|
||||
VK_KHR_FORMAT_FEATURE_FLAGS_2_EXTENSION_NAME,
|
||||
#endif
|
||||
#if defined( VK_KHR_maintenance4 )
|
||||
VK_KHR_MAINTENANCE_4_EXTENSION_NAME,
|
||||
#endif
|
||||
VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME,
|
||||
VK_EXT_MEMORY_BUDGET_EXTENSION_NAME
|
||||
|
|
Loading…
Reference in a new issue