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

overlay_uniform_color_frag.glsl « shaders « overlay « engines « draw « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1a4a3602e3e095926f1a31130ae8240cdb389a2 (plain)
1
2
3
4
void main()
{
  fragColor = color;
}