Change modern_alpha_blend.glsl.frag.h
This commit is contained in:
parent
0f12336737
commit
632cc599d6
|
@ -1,9 +1,6 @@
|
||||||
#include "shaders_common.h"
|
#include "shaders_common.h"
|
||||||
|
|
||||||
static const char *stock_fragment_modern_blend = GLSL(
|
static const char *stock_fragment_modern_blend = GLSL(
|
||||||
#ifdef GL_ES
|
|
||||||
precision mediump float;
|
|
||||||
#endif
|
|
||||||
uniform sampler2D Texture;
|
uniform sampler2D Texture;
|
||||||
varying vec2 tex_coord;
|
varying vec2 tex_coord;
|
||||||
varying vec4 color;
|
varying vec4 color;
|
||||||
|
|
Loading…
Reference in New Issue