aboutsummaryrefslogtreecommitdiff
path: root/src/render_helpers/shaders/close_prelude.frag
blob: 959af8ee3a7dc5ccca716738a877326f4369d699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
precision highp float;

#if defined(DEBUG_FLAGS)
uniform float niri_tint;
#endif

varying vec2 niri_v_coords;
uniform vec2 niri_size;

uniform mat3 niri_input_to_geo;
uniform vec2 niri_geo_size;

uniform sampler2D niri_tex;
uniform mat3 niri_geo_to_tex;

uniform float niri_progress;
uniform float niri_clamped_progress;
uniform float niri_random_seed;

uniform float niri_alpha;
uniform float niri_scale;