mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
make displayAsHex a real member of ShaderVariable, for use in qrenderdoc
This commit is contained in:
@@ -38,8 +38,7 @@ namespace renderdoc
|
||||
|
||||
public VarType type;
|
||||
|
||||
[CustomMarshalAs(CustomUnmanagedType.Skip)]
|
||||
public bool displayAsHex = false;
|
||||
public bool displayAsHex;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public struct ValueUnion
|
||||
|
||||
Reference in New Issue
Block a user