mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-27 10:31:53 +00:00
[client] egl: make int highp in fragment shaders
https://gitlab.freedesktop.org/mesa/mesa/-/issues/12990#note_3038479
This commit is contained in:
committed by
Geoffrey McRae
parent
cb304115f6
commit
60d7c84972
@@ -1,5 +1,6 @@
|
||||
#version 300 es
|
||||
precision highp float;
|
||||
precision highp int;
|
||||
|
||||
#include "compat.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user