mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 17:18:53 +00:00
PortableVertexFormat: use AttributeFormat for posmtx attribute format
This commit is contained in:
parent
6c59b691b0
commit
a65162f1cd
5 changed files with 13 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue