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

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

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