st/mesa: GL_ARB_instanced_arrays support
This commit is contained in:
@@ -464,5 +464,6 @@ void st_init_extensions(struct st_context *st)
|
||||
|
||||
if (screen->get_param(screen, PIPE_CAP_INSTANCED_DRAWING)) {
|
||||
ctx->Extensions.ARB_draw_instanced = GL_TRUE;
|
||||
ctx->Extensions.ARB_instanced_arrays = GL_TRUE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user