diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-28 15:17:43 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-28 15:17:43 -0800 |
| commit | eb1529d4401cc4d385ef8bc806a186890999fed6 (patch) | |
| tree | f73f77b9f6b2b676f80d3071c591b53985655018 /globals.cginc | |
| parent | 646482b01a552fddfff33e31aeb9275644d08336 (diff) | |
add basic clearcoat lobe
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 043c1a9..cfde8a1 100644 --- a/globals.cginc +++ b/globals.cginc @@ -81,6 +81,11 @@ sampler2D _MetallicGlossMap; float4 _MetallicGlossMap_ST;
#endif
+#if defined(_CLEARCOAT)
+float _Clearcoat_Strength;
+float _Clearcoat_Roughness;
+#endif
+
#if defined(OUTLINE_PASS)
float _Outlines_Enabled_Dynamic;
float4 _Outline_Color;
|
