PortableVertexFormat: use AttributeFormat for posmtx attribute format

This commit is contained in:
degasus
2014-01-24 15:41:08 +01:00
parent 6c59b691b0
commit a65162f1cd
5 changed files with 13 additions and 19 deletions

View File

@ -89,8 +89,7 @@ struct PortableVertexDeclaration
AttributeFormat normals[3];
AttributeFormat colors[2];
AttributeFormat texcoords[8];
int posmtx_offset;
AttributeFormat posmtx;
};
// The implementation of this class is specific for GL/DX, so NativeVertexFormat.cpp