mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fixup display&export of byte address and structured (with/no counter)
This commit is contained in:
@@ -137,7 +137,7 @@ namespace renderdoc
|
||||
public UInt32 NumElements;
|
||||
|
||||
// BufferEx
|
||||
public UInt32 Flags;
|
||||
public D3D11BufferViewFlags Flags;
|
||||
|
||||
// Texture
|
||||
public UInt32 HighestMip;
|
||||
|
||||
@@ -287,6 +287,14 @@ namespace renderdoc
|
||||
SwapBuffer = 0x10,
|
||||
};
|
||||
|
||||
[Flags]
|
||||
public enum D3D11BufferViewFlags
|
||||
{
|
||||
Raw = 0x1,
|
||||
Append = 0x2,
|
||||
Counter = 0x4,
|
||||
};
|
||||
|
||||
public enum ShaderStageType
|
||||
{
|
||||
Vertex = 0,
|
||||
|
||||
Reference in New Issue
Block a user