gl: Fixes for asahi linux

This commit is contained in:
kd-11 2024-07-31 03:36:08 +03:00 committed by kd-11
parent 7884bcc21d
commit f64c912d02
9 changed files with 43 additions and 6 deletions

View file

@ -149,5 +149,6 @@ void main()
ocol = (limit_range == FALSE)
? color
: ((color * 220.) + 16.) / 255.;
ocol.a = 1.f;
}
)"