summaryrefslogtreecommitdiffstats
path: root/data.cginc
blob: 9b6ea105113cf9db6ed6655acd978b6cc5f2c6fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __DATA_INC
#define __DATA_INC

struct YumPbr {
  float4 albedo;
  float3 normal;
  float3 emission;
  float smoothness;
  float roughness;
  float roughness_perceptual;
  float metallic;
  float ao;
};

#endif  // __DATA_INC