mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
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:
committed by
Baldur Karlsson
parent
b215fbe306
commit
74178e8aeb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user