Remove legacy ElementOffset/ElementWidth from D3D11 pipeline state

This commit is contained in:
baldurk
2017-04-04 18:26:41 +01:00
parent 587fba0b68
commit 42b599ff70
5 changed files with 3 additions and 19 deletions
+1 -5
View File
@@ -128,11 +128,7 @@ namespace renderdoc
public UInt32 BufferStructCount;
public UInt32 ElementSize;
// Buffer (SRV)
public UInt32 ElementOffset;
public UInt32 ElementWidth;
// Buffer (UAV)
// Buffer
public UInt32 FirstElement;
public UInt32 NumElements;