mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
meta: Fix indentation in shader code
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Acked-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
af7bf610cf
commit
59c19b7687
1 changed files with 2 additions and 2 deletions
|
|
@ -223,8 +223,8 @@ setup_glsl_msaa_blit_scaled_shader(struct gl_context *ctx,
|
|||
"#undef TEXEL_FETCH\n"
|
||||
"\n"
|
||||
" /* Do bilinear filtering on sample colors. */\n"
|
||||
" x_0_color = mix(s_0_color, s_1_color, interp.x);\n"
|
||||
" x_1_color = mix(s_2_color, s_3_color, interp.x);\n"
|
||||
" x_0_color = mix(s_0_color, s_1_color, interp.x);\n"
|
||||
" x_1_color = mix(s_2_color, s_3_color, interp.x);\n"
|
||||
" out_color = mix(x_0_color, x_1_color, interp.y);\n"
|
||||
"}\n",
|
||||
sampler_array_suffix,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue