diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-16 15:51:20 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-16 15:51:29 -0700 |
| commit | 7bfc0ecde84604abf8974ec2ffd1e9b0efb84bea (patch) | |
| tree | 4473487cb2d9b06b8cd675bf363f84167684e1ca /data.cginc | |
| parent | 50fcd18a2fb21cb19893c0c65310a525925c9177 (diff) | |
Add more debug views
Diffstat (limited to 'data.cginc')
| -rw-r--r-- | data.cginc | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -87,4 +87,21 @@ struct LightData { LightIndirect indirect; }; +struct BrdfData { + float direct_d; + float3 direct_f; + float direct_g; + +#if defined(_CLEARCOAT) + float direct_d_cc; + float direct_f_cc; + float direct_g_cc; +#endif + + float3 ibl_dfg; +#if defined(_CLEARCOAT) + float3 ibl_dfg_cc; +#endif +}; + #endif // __DATA_INC |
