mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Set depthBounds feature properly so it can be checked for support
This commit is contained in:
@@ -33,6 +33,8 @@ RD_TEST(VK_Extended_Dynamic_State, VulkanGraphicsTest)
|
||||
{
|
||||
devExts.push_back(VK_EXT_EXTENDED_DYNAMIC_STATE_EXTENSION_NAME);
|
||||
|
||||
features.depthBounds = VK_TRUE;
|
||||
|
||||
VulkanGraphicsTest::Prepare(argc, argv);
|
||||
|
||||
if(!Avail.empty())
|
||||
@@ -47,8 +49,6 @@ RD_TEST(VK_Extended_Dynamic_State, VulkanGraphicsTest)
|
||||
if(!extFeatures.extendedDynamicState)
|
||||
Avail = "feature 'extendedDynamicState' not available";
|
||||
|
||||
features.depthBounds = VK_TRUE;
|
||||
|
||||
devInfoNext = &extFeatures;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user