Skip to content

Commit 2dd0e43

Browse files
committed
fix prev commit not adding ShaderCoreProperties2AMD to pNextChain
1 parent 93b2626 commit 2dd0e43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/nbl/video/CVulkanPhysicalDevice.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ std::unique_ptr<CVulkanPhysicalDevice> CVulkanPhysicalDevice::create(core::smart
338338
addToPNextChain(&cooperativeMatrixProperties);
339339
if (isExtensionSupported(VK_NV_SHADER_SM_BUILTINS_EXTENSION_NAME))
340340
addToPNextChain(&shaderSMBuiltinsPropertiesNV);
341+
if (isExtensionSupported(VK_AMD_SHADER_CORE_PROPERTIES_2_EXTENSION_NAME))
342+
addToPNextChain(&shaderCoreProperties2AMD);
341343
if (isExtensionSupported(VK_KHR_MAINTENANCE_5_EXTENSION_NAME))
342344
addToPNextChain(&maintenance5Properties);
343345
if (isExtensionSupported(VK_EXT_GRAPHICS_PIPELINE_LIBRARY_EXTENSION_NAME))

0 commit comments

Comments
 (0)