mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-20 16:17:52 -05:00
MacroHLE: Refactor MacroHLE system.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user