mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 23:25:46 +00:00
Address review comments
This commit is contained in:
parent
95b9f62686
commit
83b1c9de37
4 changed files with 36 additions and 52 deletions
|
@ -177,6 +177,7 @@ struct Info {
|
|||
|
||||
IR::Type used_constant_buffer_types{};
|
||||
IR::Type used_storage_buffer_types{};
|
||||
IR::Type used_indirect_cbuf_types{};
|
||||
|
||||
u32 constant_buffer_mask{};
|
||||
std::array<u32, MAX_CBUFS> constant_buffer_used_sizes{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue