From 800069ad58bf33518280002749365d254f09cd38 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Tue, 9 Feb 2021 22:51:02 -0800 Subject: [PATCH] remove color --- src/Refresh.cs | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/Refresh.cs b/src/Refresh.cs index c3f9a45..c92d016 100644 --- a/src/Refresh.cs +++ b/src/Refresh.cs @@ -128,7 +128,7 @@ namespace RefreshCS SixtyFour } - public enum CubeMapFace + public enum CubeMapFace : uint { PositiveX, NegativeX, @@ -326,15 +326,6 @@ namespace RefreshCS /* Native Structures */ - [StructLayout(LayoutKind.Sequential)] - public struct Color - { - public byte r; - public byte g; - public byte b; - public byte a; - } - [StructLayout(LayoutKind.Sequential)] public struct DepthStencilValue {