mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
PortableVertexFormat: use AttributeFormat for texcoord attribute format
This commit is contained in:
parent
ef2d6e7d53
commit
6c59b691b0
4 changed files with 15 additions and 28 deletions
|
@ -88,11 +88,8 @@ struct PortableVertexDeclaration
|
|||
AttributeFormat position;
|
||||
AttributeFormat normals[3];
|
||||
AttributeFormat colors[2];
|
||||
AttributeFormat texcoords[8];
|
||||
|
||||
VarType texcoord_gl_type[8];
|
||||
//int texcoord_gl_size[8];
|
||||
int texcoord_offset[8];
|
||||
int texcoord_size[8];
|
||||
int posmtx_offset;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue