Files
purple-electrumwallet/electrum/gui/kivy/data/glsl/header.fs
T

11 lines
195 B
GLSL
Raw Normal View History

2016-01-27 20:21:20 +05:30
#ifdef GL_ES
precision highp float;
#endif
/* Outputs from the vertex shader */
varying vec4 frag_color;
varying vec2 tex_coord0;
/* uniform texture samplers */
uniform sampler2D texture0;