mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-24 02:32:18 +00:00
Minor tweak to Vulkan extension order
This commit is contained in:
parent
37927c94a3
commit
d5920c0b6a
1 changed files with 2 additions and 2 deletions
|
@ -252,8 +252,8 @@ private:
|
|||
VK_EXT_LAYER_SETTINGS_EXTENSION_NAME,
|
||||
#endif
|
||||
#endif
|
||||
VK_EXT_DEBUG_REPORT_EXTENSION_NAME,
|
||||
VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME
|
||||
VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME,
|
||||
VK_EXT_DEBUG_REPORT_EXTENSION_NAME
|
||||
},
|
||||
// layers
|
||||
{ },
|
||||
|
|
Loading…
Reference in a new issue