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