mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 03:50:13 +01:00
st/mesa: enable EXT_provoking_vertex
This commit is contained in:
parent
0195cc1c0d
commit
ded8eb25ef
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ void st_init_extensions(struct st_context *st)
|
|||
ctx->Extensions.EXT_multi_draw_arrays = GL_TRUE;
|
||||
ctx->Extensions.EXT_pixel_buffer_object = GL_TRUE;
|
||||
ctx->Extensions.EXT_point_parameters = GL_TRUE;
|
||||
ctx->Extensions.EXT_provoking_vertex = GL_TRUE;
|
||||
ctx->Extensions.EXT_secondary_color = GL_TRUE;
|
||||
ctx->Extensions.EXT_stencil_wrap = GL_TRUE;
|
||||
ctx->Extensions.EXT_texture_env_add = GL_TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue