mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Allow debugging when SPV_KHR_non_semantic_info is used in shader
This commit is contained in:
@@ -207,7 +207,7 @@ void Reflector::CheckDebuggable(bool &debuggable, rdcstr &debugStatus) const
|
||||
ext == "SPV_EXT_descriptor_indexing" || ext == "SPV_KHR_vulkan_memory_model" ||
|
||||
ext == "SPV_EXT_fragment_invocation_density" ||
|
||||
ext == "SPV_KHR_no_integer_wrap_decoration" || ext == "SPV_KHR_float_controls" ||
|
||||
ext == "SPV_KHR_shader_clock")
|
||||
ext == "SPV_KHR_shader_clock" || ext == "SPV_KHR_non_semantic_info")
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user