mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 12:28:07 +02:00
mesa: always set PointSizeEnabled for API_OPENGLES2
this is implicit, so make it explicit Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15228>
This commit is contained in:
parent
9d98bc238e
commit
b73663c51e
1 changed files with 1 additions and 0 deletions
|
|
@ -1080,6 +1080,7 @@ _mesa_initialize_context(struct gl_context *ctx,
|
|||
}
|
||||
break;
|
||||
}
|
||||
ctx->VertexProgram.PointSizeEnabled = ctx->API == API_OPENGLES2;
|
||||
|
||||
ctx->FirstTimeCurrent = GL_TRUE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue