forked from MoonsideGames/RefreshCS
RasterizerState ABI break
parent
330896a7be
commit
3c7eba5dee
|
@ -485,7 +485,6 @@ namespace RefreshCS
|
||||||
[StructLayout(LayoutKind.Sequential)]
|
[StructLayout(LayoutKind.Sequential)]
|
||||||
public struct RasterizerState
|
public struct RasterizerState
|
||||||
{
|
{
|
||||||
public byte depthClampEnable;
|
|
||||||
public FillMode fillMode;
|
public FillMode fillMode;
|
||||||
public CullMode cullMode;
|
public CullMode cullMode;
|
||||||
public FrontFace frontFace;
|
public FrontFace frontFace;
|
||||||
|
|
Loading…
Reference in New Issue