gl_shader_gen: Refactor lighting config to match Pica register naming.
- Also implement D0 LUT enable.
This commit is contained in:
parent
6307999116
commit
3d89dacd56
3 changed files with 48 additions and 40 deletions
|
@ -718,6 +718,8 @@ struct Regs {
|
|||
};
|
||||
|
||||
union {
|
||||
BitField<16, 1, u32> lut_enable_d0; // 0: GL_TRUE, 1: GL_FALSE
|
||||
|
||||
// Each bit specifies whether distance attenuation should be applied for the
|
||||
// corresponding light
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue