blob: b1630cb58e928106add627a6876cbca9f1e26ab7 [file] [log] [blame]
#version 450
uniform sampler2D s2D;
vec4 getColor()
{
return texture(s2D, vec2(0.5));
}