1 2 3 4 5 6 7
uniform sampler2D shadow_sampler; varying vec2 texcoord; void main() { gl_FragColor = texture2D(shadow_sampler, texcoord); }