diff options
| author | yum <yum.food.vr@gmail.com> | 2025-10-12 16:28:53 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-10-12 16:28:53 -0700 |
| commit | a4bf31470f7e2855f13d922e3e7ad1c7767d9afd (patch) | |
| tree | eeefe31633142978c609c2dd2b4d6890349526a6 /features.cginc | |
| parent | 6ac3da1b0bd363d70c2f6e4b7b921f2f929dedac (diff) | |
add geometry shader
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index c6786d4..ce8d07d 100644 --- a/features.cginc +++ b/features.cginc @@ -43,4 +43,8 @@ #pragma shader_feature_local _UV_SCROLL //endex +//ifex _Center_Offset_Enabled==0 +#pragma shader_feature_local _CENTER_OFFSET +//endex + #endif // __FEATURES_INC |
