mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
MacroHLE: Add MultidrawIndirect HLE Macro.
This commit is contained in:
parent
d6e0e7cfad
commit
f2f2784817
13 changed files with 169 additions and 47 deletions
|
@ -42,6 +42,9 @@ public:
|
|||
/// Dispatches a draw invocation
|
||||
virtual void Draw(bool is_indexed, u32 instance_count) = 0;
|
||||
|
||||
/// Dispatches an indirect draw invocation
|
||||
virtual void DrawIndirect(bool is_indexed) {}
|
||||
|
||||
/// Clear the current framebuffer
|
||||
virtual void Clear(u32 layer_count) = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue