glapi: alias ProgramParameteriARB to ProgramParameteri
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Paul Berry <stereotype441@gmail.com>
This commit is contained in:
@@ -1735,7 +1735,7 @@ _mesa_init_shader_dispatch(const struct gl_context *ctx,
|
||||
}
|
||||
|
||||
if (_mesa_is_desktop_gl(ctx)) {
|
||||
SET_ProgramParameteriARB(exec, _mesa_ProgramParameteriARB);
|
||||
SET_ProgramParameteri(exec, _mesa_ProgramParameteriARB);
|
||||
}
|
||||
|
||||
if (ctx->API == API_OPENGL) {
|
||||
|
Reference in New Issue
Block a user