diff options
author | chai <chaifix@163.com> | 2021-09-21 19:51:10 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-09-21 19:51:10 +0800 |
commit | df1e3842c7571cf6db8f8238b893bde049abf651 (patch) | |
tree | 3207c672d3257fa90d3352b59ae62fc0a940ecd4 /Assets/Bundle/Shaders | |
parent | b5645c779a3e3c4ca758400cd9a718a7bc0c2bc6 (diff) |
*custom rendering pipeline
Diffstat (limited to 'Assets/Bundle/Shaders')
-rw-r--r-- | Assets/Bundle/Shaders/Common/common_solid_color.shader | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assets/Bundle/Shaders/Common/common_solid_color.shader b/Assets/Bundle/Shaders/Common/common_solid_color.shader index 031d4b69..798924d3 100644 --- a/Assets/Bundle/Shaders/Common/common_solid_color.shader +++ b/Assets/Bundle/Shaders/Common/common_solid_color.shader @@ -11,6 +11,7 @@ LOD 100 ZTest LEqual + ZWrite Off Pass { |