projects
/
blender.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'blender2.7'
[blender.git]
/
source
/
blender
/
gpu
/
shaders
/
gpu_shader_depth_only_frag.glsl
1
2
void main()
3
{
4
// no color output, only depth (line below is implicit)
5
// gl_FragDepth = gl_FragCoord.z;
6
}