OldBlueWater/BlueWater/Assets/Crest/Crest-Examples/Examples/Shaders/DepthOnly.shader

16 lines
184 B
Plaintext
Raw Normal View History

2023-08-01 04:03:57 +00:00
// Crest Ocean System
// Copyright 2022 Wave Harmonic Ltd
Shader "Crest/Examples/DepthOnly"
{
SubShader
{
Tags { "Queue"="Geometry-1" }
ColorMask 0
ZWrite On
Pass {}
}
}