mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-07 08:19:13 +00: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