Update stock_fragment_modern

This commit is contained in:
twinaphex 2016-05-30 08:44:13 +02:00
parent e820759ed2
commit d93d8e7a8f

View File

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