diff options
Diffstat (limited to 'data.cginc')
| -rw-r--r-- | data.cginc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ struct YumPbr { float roughness_perceptual; float metallic; float ao; +#if defined(_ANISOTROPY) + float3 binormal; +#endif }; #endif // __DATA_INC |
