mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 11:02:34 -07: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