Changed order for clarity.
This commit is contained in:
parent
583988c333
commit
de76a9acbf
@ -3,7 +3,7 @@ using OpenTK.Graphics;
|
|||||||
namespace RecrownedGTK.Graphics {
|
namespace RecrownedGTK.Graphics {
|
||||||
public struct VertexInformation {
|
public struct VertexInformation {
|
||||||
public Vector3 coords;
|
public Vector3 coords;
|
||||||
public Color4 color;
|
|
||||||
public Vector2 textureCoords;
|
public Vector2 textureCoords;
|
||||||
|
public Color4 color;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user