Created
November 28, 2023 07:40
-
-
Save Forenard/366e3b6037fa1ee1bd3d7411dbc62455 to your computer and use it in GitHub Desktop.
VRChat Crasher Projector Shader Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Shader "Custom/GrabPass" | |
{ | |
SubShader | |
{ | |
Tags { "Queue" = "Overlay" } | |
GrabPass | |
{ | |
"_UVTenkaiGrabTex" | |
} | |
Pass | |
{ | |
ZWrite Off | |
Cull Off | |
ColorMask 0 | |
} | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment