mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
st/mesa: minor indentation fixes
This commit is contained in:
parent
47c0b5ecdd
commit
6654b9d1eb
1 changed files with 2 additions and 2 deletions
|
|
@ -712,10 +712,10 @@ void st_init_extensions(struct st_context *st)
|
|||
ctx->Extensions.ARB_transform_feedback_instanced = GL_TRUE;
|
||||
}
|
||||
if (st->options.force_glsl_extensions_warn)
|
||||
ctx->Const.ForceGLSLExtensionsWarn = 1;
|
||||
ctx->Const.ForceGLSLExtensionsWarn = 1;
|
||||
|
||||
if (st->options.disable_glsl_line_continuations)
|
||||
ctx->Const.DisableGLSLLineContinuations = 1;
|
||||
ctx->Const.DisableGLSLLineContinuations = 1;
|
||||
|
||||
ctx->Const.MinMapBufferAlignment =
|
||||
screen->get_param(screen, PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue