7 lines
73 B
Plaintext
Raw Normal View History

2025-05-18 01:04:31 +08:00
Shader "Simple" {
SubShader{
ZWrite Off
ColorMask 0
Pass{}
}
}