This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/gpu/shaders/gpu_shader_display_fallback_frag.glsl
2023-02-27 21:34:53 +11:00

6 lines
72 B
GLSL

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