Use Formatter::Format for formatting hex numbers

This commit is contained in:
baldurk
2017-05-15 10:11:55 +01:00
parent 08fa2ec411
commit 5986f209e1
10 changed files with 48 additions and 58 deletions
+3 -3
View File
@@ -310,9 +310,9 @@ namespace renderdoc
public StencilOp DepthFailOp;
public StencilOp PassOp;
public CompareFunc Func;
public UInt32 Ref;
public UInt32 ValueMask;
public UInt32 WriteMask;
public byte Ref;
public byte ValueMask;
public byte WriteMask;
};
[CustomMarshalAs(CustomUnmanagedType.CustomClass)]
public StencilFace m_FrontFace, m_BackFace;