mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
PortableVertexFormat: use AttributeFormat for posmtx attribute format
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user