Forgot dependencies.

This commit is contained in:
Angelo Papenhoff
2014-12-23 16:15:11 +01:00
parent 179e521f91
commit a2982d58e4
2 changed files with 3 additions and 0 deletions

View File

@@ -3,7 +3,9 @@ namespace Rw {
struct OGLAttrib
{
// arguments to glVertexAttribPointer (should use OpenGL types here)
// Vertex = 0, TexCoord, Normal, Color, Weight, Bone Index
uint32 index;
// float = 0, byte, ubyte, short, ushort
int32 type;
bool32 normalized;
int32 size;