Support VK_QCOM_render_pass_store_ops

This extension is the origin of STORE_OP_NONE, which found its way to
VK_EXT_load_store_op_none and VK_KHR_dynamic_rendering.  RenderDoc
supports STORE_OP_NONE just fine, this change simply adds this extension
to RenderDoc's allowlist.
This commit is contained in:
Shahbaz Youssefi
2022-03-29 23:33:02 -04:00
committed by Baldur Karlsson
parent b215fbe306
commit 74178e8aeb
+3
View File
@@ -1464,6 +1464,9 @@ static const VkExtensionProperties supportedExtensions[] = {
VK_QCOM_RENDER_PASS_SHADER_RESOLVE_EXTENSION_NAME,
VK_QCOM_RENDER_PASS_SHADER_RESOLVE_SPEC_VERSION,
},
{
VK_QCOM_RENDER_PASS_STORE_OPS_EXTENSION_NAME, VK_QCOM_RENDER_PASS_STORE_OPS_SPEC_VERSION,
},
};
// this is the list of extensions we provide - regardless of whether the ICD supports them