From cb9c866e9f37dfd1e67cd4f8599391676d3d5150 Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Sat, 9 Sep 2017 11:41:36 +0900 Subject: pacc: gl: use newer GLSL for GL3.2/GLES3.0 --- pacc/glsl/fill.frag | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 pacc/glsl/fill.frag (limited to 'pacc/glsl/fill.frag') diff --git a/pacc/glsl/fill.frag b/pacc/glsl/fill.frag deleted file mode 100644 index 010b5dc..0000000 --- a/pacc/glsl/fill.frag +++ /dev/null @@ -1,5 +0,0 @@ -uniform sampler2D palette; -varying mediump vec2 texcoord; -void main(void) { - gl_FragColor = texture2D(palette, vec2(texcoord.x, 0.0)); -} -- cgit v1.2.3