Change modern_alpha_blend.glsl.frag.h

This commit is contained in:
twinaphex 2016-05-30 08:53:49 +02:00
parent 0f12336737
commit 632cc599d6
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
#include "shaders_common.h"
static const char *stock_fragment_modern_blend = GLSL(
#ifdef GL_ES
precision mediump float;
#endif
uniform sampler2D Texture;
varying vec2 tex_coord;
varying vec4 color;