Files
PrinceOfGlory/Packages/Custom/com.unity.render-pipelines.universal@14.0.9/Editor/ShaderGraph/Includes/ShaderVariablesDecal.hlsl
kridoo 6e91a0c7f0 111
2025-09-15 17:32:08 +08: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)