mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 15:30:14 +01:00
mesa: remove duplicated init of MaxViewports
Already declared 5 lines before. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
d34d5fddf8
commit
b903be50b0
1 changed files with 0 additions and 3 deletions
|
|
@ -603,9 +603,6 @@ _mesa_init_constants(struct gl_context *ctx)
|
|||
ctx->Const.ViewportBounds.Min = 0;
|
||||
ctx->Const.ViewportBounds.Max = 0;
|
||||
|
||||
/* Driver must override if it supports ARB_viewport_array */
|
||||
ctx->Const.MaxViewports = 1;
|
||||
|
||||
/** GL_ARB_uniform_buffer_object */
|
||||
ctx->Const.MaxCombinedUniformBlocks = 36;
|
||||
ctx->Const.MaxUniformBufferBindings = 36;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue