diff options
| author | yum <yum.food.vr@gmail.com> | 2024-11-16 16:30:15 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-11-16 16:30:45 -0800 |
| commit | bab56f87cff89b6e50563b7632febb57961c9d41 (patch) | |
| tree | f89fa44da52e77a034ce0ab4f2affda91a16ff6e /globals.cginc | |
| parent | 82b3aa6059d6c118c6fd617be49ee6f070e153a0 (diff) | |
Fox texture samples now use point
Small perf win
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 0e8da7b..1c81c2b 100644 --- a/globals.cginc +++ b/globals.cginc @@ -11,6 +11,7 @@ struct ToonerData UNITY_DECLARE_DEPTH_TEXTURE(_CameraDepthTexture); +SamplerState point_clamp_s; SamplerState point_repeat_s; SamplerState linear_repeat_s; SamplerState linear_clamp_s; |
