mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 15:06:32 +00:00
Fetch and store array stride with each constant block variable
This commit is contained in:
@@ -296,6 +296,7 @@ namespace renderdoc
|
||||
public UInt32 cols;
|
||||
public UInt32 elements;
|
||||
public bool rowMajorStorage;
|
||||
public UInt32 arrayStride;
|
||||
[CustomMarshalAs(CustomUnmanagedType.UTF8TemplatedString)]
|
||||
public string name;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user