mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 00:00:22 +01:00
fix typo in enable_parser_extensions(): s/point_parameters/vertex_blend/
This commit is contained in:
parent
a088f160b3
commit
43cc1dc18f
1 changed files with 1 additions and 1 deletions
|
|
@ -3759,7 +3759,7 @@ enable_parser_extensions(GLcontext *ctx, grammar id)
|
|||
/* These are not supported at this time */
|
||||
if ((ctx->Extensions.ARB_vertex_blend ||
|
||||
ctx->Extensions.EXT_vertex_weighting)
|
||||
&& !enable_ext(ctx, id, "point_parameters"))
|
||||
&& !enable_ext(ctx, id, "vertex_blend"))
|
||||
return GL_FALSE;
|
||||
if (ctx->Extensions.ARB_matrix_palette
|
||||
&& !enable_ext(ctx, id, "matrix_palette"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue