mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 09:26:52 +00:00
Handle arrays of objects in shaders
This commit is contained in:
@@ -452,6 +452,7 @@ namespace renderdoc
|
||||
public Int32 bindset;
|
||||
public Int32 bind;
|
||||
public bool used;
|
||||
public UInt32 arraySize;
|
||||
};
|
||||
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
|
||||
Reference in New Issue
Block a user