Fixup display&export of byte address and structured (with/no counter)

This commit is contained in:
baldurk
2016-06-23 11:46:32 +02:00
parent bbce7478de
commit f00049bed3
4 changed files with 72 additions and 18 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ namespace renderdoc
public UInt32 NumElements;
// BufferEx
public UInt32 Flags;
public D3D11BufferViewFlags Flags;
// Texture
public UInt32 HighestMip;
+8
View File
@@ -287,6 +287,14 @@ namespace renderdoc
SwapBuffer = 0x10,
};
[Flags]
public enum D3D11BufferViewFlags
{
Raw = 0x1,
Append = 0x2,
Counter = 0x4,
};
public enum ShaderStageType
{
Vertex = 0,