include/Spectre/Graphics/Vertex2D.h: minor fix.
This commit is contained in:
parent
a3ca31bb3d
commit
17e580dfa2
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@
|
||||||
enum VertexAttrib
|
enum VertexAttrib
|
||||||
{
|
{
|
||||||
VertexAttribPosition = 0,
|
VertexAttribPosition = 0,
|
||||||
VertexAttribColor0 = 3,
|
VertexAttribColor0 = 3,
|
||||||
VertexAttribColor1 = 4,
|
VertexAttribColor1 = 4,
|
||||||
VertexAttribTexCoord0 = 8,
|
VertexAttribTexCoord0 = 8,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue