diff options
Diffstat (limited to 'data.cginc')
| -rw-r--r-- | data.cginc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ struct Pbr { float cc_roughness_perceptual; float cc_strength; #endif +#if defined(_DEBUG_VIEW_TANGENT_SPACE_NORMALS) + float3 tangent_normal; +#endif }; struct LightCommon { |
