mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 23:40:12 +01:00
meta: (trivial) remove accidental double semicolon
This commit is contained in:
parent
4330fa970b
commit
dea0fcf4e6
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ setup_glsl_msaa_blit_scaled_shader(struct gl_context *ctx,
|
|||
const uint8_t *sample_map;
|
||||
char *sample_map_str = rzalloc_size(mem_ctx, 1);
|
||||
char *sample_map_expr = rzalloc_size(mem_ctx, 1);
|
||||
char *texel_fetch_macro = rzalloc_size(mem_ctx, 1);;
|
||||
char *texel_fetch_macro = rzalloc_size(mem_ctx, 1);
|
||||
const char *vs_source;
|
||||
const char *sampler_array_suffix = "";
|
||||
const char *texcoord_type = "vec2";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue