RasterizerState / BlendFactor ABI break #4

Merged
cosmonaut merged 1 commits from TheSpydog/RefreshCS:rasterizer-blend-abi into main 2022-12-29 03:16:51 +00:00
1 changed files with 1 additions and 6 deletions

View File

@ -250,11 +250,7 @@ namespace RefreshCS
OneMinusDestinationAlpha, OneMinusDestinationAlpha,
ConstantColor, ConstantColor,
OneMinusConstantColor, OneMinusConstantColor,
SourceAlphaSaturate, SourceAlphaSaturate
SourceOneColor,
OneMinusSourceOneColor,
SourceOneAlpha,
OneMinusSourceOneAlpha
} }
[Flags] [Flags]
@ -484,7 +480,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;