mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
mesa: remove useless GLenum casts
This commit is contained in:
parent
e77fc1279a
commit
bd81ebf085
1 changed files with 2 additions and 2 deletions
|
|
@ -797,8 +797,8 @@ init_attrib_groups(struct gl_context *ctx)
|
|||
/* Miscellaneous */
|
||||
ctx->NewState = _NEW_ALL;
|
||||
ctx->NewDriverState = ~0;
|
||||
ctx->ErrorValue = (GLenum) GL_NO_ERROR;
|
||||
ctx->ResetStatus = (GLenum) GL_NO_ERROR;
|
||||
ctx->ErrorValue = GL_NO_ERROR;
|
||||
ctx->ResetStatus = GL_NO_ERROR;
|
||||
ctx->varying_vp_inputs = VERT_BIT_ALL;
|
||||
|
||||
return GL_TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue