Firstborn/Library/PackageCache/com.unity.render-pipelines..../ShaderLibrary/DecalInput.hlsl
Schaken-Mods b486678290 Library -Artifacts
Library -Artifacts
2023-03-28 12:24:16 -05: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