Files
test/source/blender/gpu/shaders/gpu_shader_display_fallback_frag.glsl
Campbell Barton f240a16037 Cleanup: format
2023-02-27 21:34:53 +11:00

6 lines
72 B
GLSL

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