mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-31 20:01:12 +00:00
Don't add Storage to type name for subpass inputs
This commit is contained in:
@@ -531,7 +531,7 @@ void Reflector::PostParse()
|
||||
|
||||
name = ToStr(img.retType.Type()) + name;
|
||||
|
||||
if(img.sampled == 2)
|
||||
if(img.sampled == 2 && img.dim != Dim::SubpassData)
|
||||
name = "Storage" + name;
|
||||
|
||||
if(img.ms)
|
||||
|
||||
Reference in New Issue
Block a user