tornavis/source/blender/gpu/shaders/gpu_shader_display_fallback...

6 lines
72 B
GLSL

void main()
{
fragColor = texture(image_texture, texCoord_interp);
}