input.hlsl에 정의되어 있음.
struct InputData
{
float3 positionWS;
half3 normalWS;
half3 viewDirectionWS;
float4 shadowCoord;
half fogCoord;
half3 vertexLighting;
half3 bakedGI;
float2 normalizedScreenSpaceUV;
half4 shadowMask;
};
SurfaceData.hlsl
struct SurfaceData
{
half3 albedo;
half3 specular;
half metallic;
half smoothness;
half3 normalTS;
half3 emission;
half occlusion;
half alpha;
half clearCoatMask;
half clearCoatSmoothness;
};
반응형
'Shader ' 카테고리의 다른 글
커스텀 셰이더 GUI 만들기 - 기본 시작 (0) | 2021.05.02 |
---|---|
URP Shader 에서 Set Material Keyword 찾기 (10) | 2021.04.27 |
#ifndef 이게 뭘까 (0) | 2021.04.08 |
URP 2019 에서 2020으로 업그레이드 할 때 Shader Error (0) | 2021.03.24 |
Normal Blending (Detail map) (2) | 2021.02.22 |
댓글