mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
renderer_opengl: Implement HW fragment lighting LUTs within our default UBO.
This commit is contained in:
parent
07b07a2f24
commit
11fba4e8d0
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