forked from eden-emu/eden
MacroHLE: Refactor MacroHLE system.
This commit is contained in:
parent
b5b0ec9429
commit
b4fcb0b2b2
11 changed files with 429 additions and 130 deletions
|
@ -56,6 +56,8 @@ public:
|
|||
void DrawIndex(PrimitiveTopology topology, u32 index_first, u32 index_count, u32 base_index,
|
||||
u32 base_instance, u32 num_instances);
|
||||
|
||||
void DrawArrayIndirect(PrimitiveTopology topology);
|
||||
|
||||
void DrawIndexedIndirect(PrimitiveTopology topology, u32 index_first, u32 index_count);
|
||||
|
||||
const State& GetDrawState() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue