20 lines
296 B
Plaintext
20 lines
296 B
Plaintext
|
Shader "Poseidon/DepthOnly"
|
||
|
{
|
||
|
Properties
|
||
|
{
|
||
|
}
|
||
|
SubShader
|
||
|
{
|
||
|
Tags {"Queue" = "Geometry+10" }
|
||
|
|
||
|
// Don't draw in the RGBA channels; just the depth buffer
|
||
|
|
||
|
ColorMask 0
|
||
|
ZWrite On
|
||
|
|
||
|
// Do nothing specific in the pass:
|
||
|
|
||
|
Pass {}
|
||
|
}
|
||
|
}
|