Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gpu_shader_image_frag.glsl « shaders « gpu « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f42387291010f33dab8e16eac9cbdb0636c10a0 (plain)
1
2
3
4
5

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