glslang/Test/link2.vk.frag

9 lines
100 B
GLSL
Raw Normal View History

#version 450
uniform sampler2D s2D;
vec4 getColor()
{
return texture(s2D, vec2(0.5));
}