mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-14 05:50:51 +00:00
Implement support for SPV_GOOGLE_user_type
For debugging vulkan shaders generated by dxc
This commit is contained in:
@@ -250,6 +250,7 @@ void Reflector::CheckDebuggable(bool &debuggable, rdcstr &debugStatus) const
|
||||
"SPV_EXT_shader_atomic_float_add",
|
||||
"SPV_KHR_terminate_invocation",
|
||||
"SPV_EXT_shader_image_int64",
|
||||
"SPV_GOOGLE_user_type",
|
||||
};
|
||||
|
||||
// whitelist supported extensions
|
||||
|
||||
Reference in New Issue
Block a user