Unity-NorthStar / data /Packages /com.unity.render-pipelines.universal /ShaderLibrary /DecalInput.hlsl
| struct DecalSurfaceData | |
| { | |
| half4 baseColor; | |
| half4 normalWS; | |
| half3 emissive; | |
| half metallic; | |
| half occlusion; | |
| half smoothness; | |
| half MAOSAlpha; | |
| }; | |
| struct DecalSurfaceData | |
| { | |
| half4 baseColor; | |
| half4 normalWS; | |
| half3 emissive; | |
| half metallic; | |
| half occlusion; | |
| half smoothness; | |
| half MAOSAlpha; | |
| }; | |