We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c786e7 commit cef6dd4Copy full SHA for cef6dd4
base/vulkanexamplebase.cpp
@@ -96,6 +96,7 @@ VkResult VulkanExampleBase::createInstance()
96
}
97
enabledDeviceExtensions.push_back(VK_KHR_SPIRV_1_4_EXTENSION_NAME);
98
enabledDeviceExtensions.push_back(VK_KHR_SHADER_FLOAT_CONTROLS_EXTENSION_NAME);
99
+ enabledDeviceExtensions.push_back(VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME);
100
101
102
VkApplicationInfo appInfo{
0 commit comments