Update modern_alpha_blend.gls.vert.h

This commit is contained in:
twinaphex 2016-05-30 08:55:31 +02:00
parent 632cc599d6
commit b23784ddc5

View File

@ -1,10 +1,6 @@
#include "shaders_common.h"
static const char *stock_vertex_modern_blend = GLSL(
#ifdef GL_ES
precision mediump float;
#endif
attribute vec2 TexCoord;
attribute vec2 VertexCoord;
attribute vec4 Color;