diff options
Diffstat (limited to 'data.cginc')
| -rw-r--r-- | data.cginc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data.cginc b/data.cginc new file mode 100644 index 0000000..9b6ea10 --- /dev/null +++ b/data.cginc @@ -0,0 +1,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 + |
