bgfx/3rdparty/glslang/Test/link2.vk.frag

9 lines
100 B
GLSL
Raw Normal View History

2017-02-04 06:32:35 +03:00
#version 450
uniform sampler2D s2D;
vec4 getColor()
{
return texture(s2D, vec2(0.5));
}