Files
LowPolyBattleSim/Library/PackageCache/com.unity.render-pipelines.universal@087c6d6dbb7d/Editor/ShaderGraph/Includes/ShaderVariablesDecal.hlsl
Caleb Sandford deQuincey ecdd3e2a9e intial commit
2025-06-27 23:27:49 +01:00

5 lines
186 B
HLSL

UNITY_INSTANCING_BUFFER_START(Decal)
UNITY_DEFINE_INSTANCED_PROP(half4x4, _NormalToWorld)
UNITY_DEFINE_INSTANCED_PROP(float, _DecalLayerMaskFromDecal)
UNITY_INSTANCING_BUFFER_END(Decal)