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/transit.fsh.glsl
2018-06-28 18:04:46 +03:00

10 lines
161 B
GLSL

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