mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 10:30:23 +01:00
vbo: move another line of code after declarations
Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
8765c0d20f
commit
f75acabb96
1 changed files with 1 additions and 1 deletions
|
|
@ -1020,8 +1020,8 @@ static void GLAPIENTRY
|
|||
TAG(MultiTexCoordP4uiv)(GLenum target, GLenum type, const GLuint *coords)
|
||||
{
|
||||
GET_CURRENT_CONTEXT(ctx);
|
||||
ERROR_IF_NOT_PACKED_TYPE(ctx, type, "glMultiTexCoordP4uiv");
|
||||
GLuint attr = (target & 0x7) + VBO_ATTRIB_TEX0;
|
||||
ERROR_IF_NOT_PACKED_TYPE(ctx, type, "glMultiTexCoordP4uiv");
|
||||
ATTR_UI(ctx, 4, type, 0, attr, coords[0]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue