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 93b2626 commit 2dd0e43Copy full SHA for 2dd0e43
src/nbl/video/CVulkanPhysicalDevice.cpp
@@ -338,6 +338,8 @@ std::unique_ptr<CVulkanPhysicalDevice> CVulkanPhysicalDevice::create(core::smart
338
addToPNextChain(&cooperativeMatrixProperties);
339
if (isExtensionSupported(VK_NV_SHADER_SM_BUILTINS_EXTENSION_NAME))
340
addToPNextChain(&shaderSMBuiltinsPropertiesNV);
341
+ if (isExtensionSupported(VK_AMD_SHADER_CORE_PROPERTIES_2_EXTENSION_NAME))
342
+ addToPNextChain(&shaderCoreProperties2AMD);
343
if (isExtensionSupported(VK_KHR_MAINTENANCE_5_EXTENSION_NAME))
344
addToPNextChain(&maintenance5Properties);
345
if (isExtensionSupported(VK_EXT_GRAPHICS_PIPELINE_LIBRARY_EXTENSION_NAME))
0 commit comments