mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 15:08:26 +00:00
Macro HLE: Add DrawIndirectByteCount
This commit is contained in:
parent
5ea12207f3
commit
2221256e90
4 changed files with 40 additions and 5 deletions
|
@ -46,6 +46,7 @@ public:
|
|||
};
|
||||
|
||||
struct IndirectParams {
|
||||
bool is_byte_count;
|
||||
bool is_indexed;
|
||||
bool include_count;
|
||||
GPUVAddr count_start_address;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue