mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Revert VK_EXT_debug_marker change and enable VK_EXT_Debug_Report as parent dependency
This commit is contained in:
parent
d16c13057b
commit
0efc9e24f3
1 changed files with 2 additions and 2 deletions
|
@ -252,12 +252,14 @@ private:
|
|||
VK_EXT_LAYER_SETTINGS_EXTENSION_NAME,
|
||||
#endif
|
||||
#endif
|
||||
VK_EXT_DEBUG_REPORT_EXTENSION_NAME,
|
||||
VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME
|
||||
},
|
||||
// layers
|
||||
{ },
|
||||
// device
|
||||
{
|
||||
VK_EXT_DEBUG_MARKER_EXTENSION_NAME,
|
||||
VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME,
|
||||
VK_KHR_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME,
|
||||
VK_NV_MESH_SHADER_EXTENSION_NAME,
|
||||
|
@ -1241,8 +1243,6 @@ bool DeviceManager_VK::CreateDeviceAndSwapChain()
|
|||
|
||||
if( m_DeviceParams.enableDebugRuntime )
|
||||
{
|
||||
enabledExtensions.instance.insert( VK_EXT_DEBUG_REPORT_EXTENSION_NAME );
|
||||
optionalExtensions.device.insert( VK_EXT_DEBUG_MARKER_EXTENSION_NAME );
|
||||
#if defined(__APPLE__) && defined( USE_MoltenVK )
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue