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 {