From 8c196e71d3d481f8f6ed633fc5937327f674c00a Mon Sep 17 00:00:00 2001 From: TheSpydog Date: Thu, 29 Dec 2022 02:17:52 +0000 Subject: [PATCH] RasterizerState / BlendFactor ABI break --- src/Refresh.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Refresh.cs b/src/Refresh.cs index 850b75a..4e3ccef 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] @@ -485,7 +481,6 @@ namespace RefreshCS [StructLayout(LayoutKind.Sequential)] public struct RasterizerState { - public byte depthClampEnable; public FillMode fillMode; public CullMode cullMode; public FrontFace frontFace;