forked from MoonsideGames/RefreshCS
remove color
parent
a92549a913
commit
800069ad58
|
@ -128,7 +128,7 @@ namespace RefreshCS
|
||||||
SixtyFour
|
SixtyFour
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum CubeMapFace
|
public enum CubeMapFace : uint
|
||||||
{
|
{
|
||||||
PositiveX,
|
PositiveX,
|
||||||
NegativeX,
|
NegativeX,
|
||||||
|
@ -326,15 +326,6 @@ namespace RefreshCS
|
||||||
|
|
||||||
/* Native Structures */
|
/* Native Structures */
|
||||||
|
|
||||||
[StructLayout(LayoutKind.Sequential)]
|
|
||||||
public struct Color
|
|
||||||
{
|
|
||||||
public byte r;
|
|
||||||
public byte g;
|
|
||||||
public byte b;
|
|
||||||
public byte a;
|
|
||||||
}
|
|
||||||
|
|
||||||
[StructLayout(LayoutKind.Sequential)]
|
[StructLayout(LayoutKind.Sequential)]
|
||||||
public struct DepthStencilValue
|
public struct DepthStencilValue
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue