mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 08:26:50 +00:00
Use Formatter::Format for formatting hex numbers
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user