Files
AR-Menu/Library/PackageCache/com.unity.render-pipelines.universal@d680fce5716f/ShaderLibrary/DecalInput.hlsl
2025-11-30 08:35:03 +02:00

15 lines
290 B
HLSL

#ifndef UNIVERSAL_DECAL_INPUT_INCLUDED
#define UNIVERSAL_DECAL_INPUT_INCLUDED
struct DecalSurfaceData
{
half4 baseColor;
half4 normalWS;
half3 emissive;
half metallic;
half occlusion;
half smoothness;
half MAOSAlpha;
};
#endif // UNIVERSAL_DECAL_INPUT_INCLUDED