mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-19 08:16:41 +08:00
* Initial cleanup and review. * More cleanup and review. * Removed missing atlas warnings for TK2D. Better button labels. Separated specialized/utility shaders. * Clearer wording. More checks. * Fix for Inspector reflowing between GUI events. * Basic TK2D warning message. * Fix play buttons. Removed useless reimport button for TK2D. Minor fixes.
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
Shader "Spine/Special/HiddenPass" {
|
|
SubShader
|
|
{
|
|
Tags {"Queue" = "Geometry-1" }
|
|
Lighting Off
|
|
Pass
|
|
{
|
|
ZWrite Off
|
|
ColorMask 0
|
|
}
|
|
}
|
|
}
|