arenos-nexus/Arenos Nexus/Library/PackageCache/com.unity.render-pipelines.universal@0d0962426023/ShaderLibrary/DecalInput.hlsl

15 lines
290 B
HLSL
Raw Normal View History

2025-09-25 22:01:28 +02:00
#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