diff options
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 4b032c9..a62bb07 100644 --- a/globals.cginc +++ b/globals.cginc @@ -3,6 +3,12 @@ #ifndef __GLOBALS_INC #define __GLOBALS_INC +struct ToonerData +{ + float2 screen_uv; + uint2 screen_uv_round; +}; + UNITY_DECLARE_DEPTH_TEXTURE(_CameraDepthTexture); SamplerState point_repeat_s; |
