diff --git a/src/Refresh.cs b/src/Refresh.cs index cdb5a47..5c355e3 100644 --- a/src/Refresh.cs +++ b/src/Refresh.cs @@ -250,11 +250,7 @@ namespace RefreshCS OneMinusDestinationAlpha, ConstantColor, OneMinusConstantColor, - SourceAlphaSaturate, - SourceOneColor, - OneMinusSourceOneColor, - SourceOneAlpha, - OneMinusSourceOneAlpha + SourceAlphaSaturate } [Flags] @@ -484,7 +480,6 @@ namespace RefreshCS [StructLayout(LayoutKind.Sequential)] public struct RasterizerState { - public byte depthClampEnable; public FillMode fillMode; public CullMode cullMode; public FrontFace frontFace;