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

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

void main()
{
  fragId = finalId;
}