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

overlay_depth_only_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: 59efdd8d538a24feeead2f8185567e4996530b16 (plain)
1
2
3
4
5
6

void main()
{
  /* No color output, only depth (line below is implicit). */
  // gl_FragDepth = gl_FragCoord.z;
}