mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-31 02:35:39 +00:00
[TEST] DR Off
This commit is contained in:
@@ -942,9 +942,11 @@ FN_MAX_LIMIT_LIST
|
||||
return extensions.maintenance3;
|
||||
}
|
||||
|
||||
static constexpr bool ENABLE_DYNAMIC_RENDERING = false;
|
||||
|
||||
/// Returns true if the device supports VK_KHR_dynamic_rendering.
|
||||
bool IsKhrDynamicRenderingSupported() const {
|
||||
return extensions.dynamic_rendering;
|
||||
return ENABLE_DYNAMIC_RENDERING && extensions.dynamic_rendering;
|
||||
}
|
||||
|
||||
/// Returns true if the device supports VK_KHR_maintenance4.
|
||||
|
||||
Reference in New Issue
Block a user