16 lines
184 B
Plaintext
16 lines
184 B
Plaintext
![]() |
// Crest Ocean System
|
||
|
|
||
|
// Copyright 2022 Wave Harmonic Ltd
|
||
|
|
||
|
Shader "Crest/Examples/DepthOnly"
|
||
|
{
|
||
|
SubShader
|
||
|
{
|
||
|
Tags { "Queue"="Geometry-1" }
|
||
|
ColorMask 0
|
||
|
ZWrite On
|
||
|
|
||
|
Pass {}
|
||
|
}
|
||
|
}
|