Fetch and store array stride with each constant block variable

This commit is contained in:
baldurk
2016-02-07 18:50:27 +01:00
parent a37f9d5242
commit 82faf93a27
6 changed files with 67 additions and 7 deletions
+1
View File
@@ -296,6 +296,7 @@ namespace renderdoc
public UInt32 cols;
public UInt32 elements;
public bool rowMajorStorage;
public UInt32 arrayStride;
[CustomMarshalAs(CustomUnmanagedType.UTF8TemplatedString)]
public string name;
};