forked from eden-emu/eden
MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.
This commit is contained in:
parent
f2f2784817
commit
b5b0ec9429
16 changed files with 252 additions and 72 deletions
|
@ -33,7 +33,10 @@ public:
|
|||
};
|
||||
|
||||
struct IndirectParams {
|
||||
GPUVAddr start_address;
|
||||
bool is_indexed;
|
||||
bool include_count;
|
||||
GPUVAddr count_start_address;
|
||||
GPUVAddr indirect_start_address;
|
||||
size_t buffer_size;
|
||||
size_t max_draw_counts;
|
||||
size_t stride;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue