This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/shaders/GL/debug_rect.fsh.glsl
2018-06-28 18:04:46 +03:00

10 lines
161 B
GLSL

uniform vec4 u_color;
#ifdef SAMSUNG_GOOGLE_NEXUS
uniform sampler2D u_colorTex;
#endif
void main()
{
gl_FragColor = samsungGoogleNexusWorkaround(u_color);
}