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

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

void main()
{
  gl_FragDepth = textureLod(source_data, texCoord_interp, mip).r;
}