mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
22 lines
213 B
Plaintext
22 lines
213 B
Plaintext
Shader "Spine/HiddenPass" {
|
|
SubShader
|
|
|
|
{
|
|
|
|
Tags {"Queue" = "Geometry-1" }
|
|
|
|
Lighting Off
|
|
|
|
Pass
|
|
|
|
{
|
|
|
|
ZWrite Off
|
|
|
|
ColorMask 0
|
|
|
|
}
|
|
|
|
}
|
|
}
|