Description of Feature
RenderDoc currently supports VK_KHR_fragment_shading_rate. However, when debugging a fragment shader that uses the FragmentShadingRateKHR capability (to use the BuiltIn PrimitiveShadingRateKHR decoration, i.e. basically gl_PrimitiveShadingRateEXT), RenderDoc says that this SPIR-V capability is not supported:
It'd be helpful to support apps that use this built-in.
Environment
- RenderDoc version: v1.40
- Operating System: Linux
- Graphics API: Vulkan
Description of Feature
RenderDoc currently supports VK_KHR_fragment_shading_rate. However, when debugging a fragment shader that uses the
FragmentShadingRateKHRcapability (to use theBuiltIn PrimitiveShadingRateKHRdecoration, i.e. basicallygl_PrimitiveShadingRateEXT), RenderDoc says that this SPIR-V capability is not supported:It'd be helpful to support apps that use this built-in.
Environment