From 9068263afcf5743ac8f2c023eb68610523feb905 Mon Sep 17 00:00:00 2001 From: TheSpydog Date: Thu, 29 Dec 2022 03:16:50 +0000 Subject: [PATCH] RasterizerState / BlendFactor ABI break (#4) Updates RasterizerState and BlendFactor for the ABI changes introduced in [this PR](https://gitea.moonside.games/MoonsideGames/Refresh/pulls/27). Reviewed-on: https://gitea.moonside.games/MoonsideGames/RefreshCS/pulls/4 Co-authored-by: TheSpydog Co-committed-by: TheSpydog --- src/Refresh.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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;