remove color

pull/1/head
cosmonaut 2021-02-09 22:51:02 -08:00
parent a92549a913
commit 800069ad58
1 changed files with 1 additions and 10 deletions

View File

@ -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
{