renderer_opengl: Implement HW fragment lighting LUTs within our default UBO.
This commit is contained in:
parent
afbef52516
commit
e9af70eaf3
4 changed files with 66 additions and 15 deletions
|
@ -1216,7 +1216,7 @@ struct State {
|
|||
}
|
||||
};
|
||||
|
||||
std::array<LutEntry, 256> luts[24];
|
||||
std::array<std::array<LutEntry, 256>, 24> luts;
|
||||
} lighting;
|
||||
|
||||
/// Current Pica command list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue