mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
mesa: init ctx->RenderMode
This commit is contained in:
parent
d17485fef9
commit
c115616bda
1 changed files with 2 additions and 0 deletions
|
|
@ -1022,6 +1022,8 @@ init_attrib_groups(GLcontext *ctx)
|
|||
_mesa_init_fbobjects( ctx );
|
||||
#if FEATURE_feedback
|
||||
_mesa_init_feedback( ctx );
|
||||
#else
|
||||
ctx->RenderMode = GL_RENDER;
|
||||
#endif
|
||||
_mesa_init_fog( ctx );
|
||||
#if FEATURE_histogram
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue