summaryrefslogtreecommitdiff
path: root/src/video_core/regs_lighting.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/regs_lighting.h')
-rw-r--r--src/video_core/regs_lighting.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/regs_lighting.h b/src/video_core/regs_lighting.h
index f383b8b4f..7221d1688 100644
--- a/src/video_core/regs_lighting.h
+++ b/src/video_core/regs_lighting.h
@@ -168,6 +168,8 @@ struct LightingRegs {
168 union { 168 union {
169 BitField<0, 1, u32> directional; 169 BitField<0, 1, u32> directional;
170 BitField<1, 1, u32> two_sided_diffuse; // When disabled, clamp dot-product to 0 170 BitField<1, 1, u32> two_sided_diffuse; // When disabled, clamp dot-product to 0
171 BitField<2, 1, u32> geometric_factor_0;
172 BitField<3, 1, u32> geometric_factor_1;
171 } config; 173 } config;
172 174
173 BitField<0, 20, u32> dist_atten_bias; 175 BitField<0, 20, u32> dist_atten_bias;