Home
last modified time | relevance | path

Searched refs:tint_color_location (Results 1 – 1 of 1) sorted by relevance

/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dshaders.c172 GLint tint_color_location, edges_location; member
198 tint_program_layout.tint_color_location = get_uniform_location(TINT_PROGRAM, "tint_color"); in init_cell_program()
454 …if (premult) glUniform4f(tint_program_layout.tint_color_location, C(16) * alpha, C(8) * alpha, C(0… in draw_tint()
455 else glUniform4f(tint_program_layout.tint_color_location, C(16), C(8), C(0), alpha); in draw_tint()
475 glUniform4f(tint_program_layout.tint_color_location, C(r), C(g), C(b), C(1)); in draw_visual_bell_flash()