mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-03 07:27:10 +02:00
Fix build
This commit is contained in:
parent
1240268048
commit
1845d5b222
1 changed files with 3 additions and 2 deletions
|
|
@ -155,10 +155,11 @@ private:
|
||||||
template <typename Func>
|
template <typename Func>
|
||||||
void PrepareDraw(bool is_indexed, Func&&);
|
void PrepareDraw(bool is_indexed, Func&&);
|
||||||
|
|
||||||
bool DrawLineLoopClosure(const MaxwellDrawState& draw_state, u32 base_instance,
|
bool DrawLineLoopClosure(const Tegra::Engines::DrawManager::State& draw_state,
|
||||||
|
u32 base_instance,
|
||||||
u32 num_instances, s32 base_vertex, u32 num_vertices,
|
u32 num_instances, s32 base_vertex, u32 num_vertices,
|
||||||
bool is_indexed);
|
bool is_indexed);
|
||||||
void DrawIndirectLineLoopClosures(const MaxwellDrawState& draw_state,
|
void DrawIndirectLineLoopClosures(const Tegra::Engines::DrawManager::State& draw_state,
|
||||||
const Tegra::Engines::DrawManager::IndirectParams& params);
|
const Tegra::Engines::DrawManager::IndirectParams& params);
|
||||||
|
|
||||||
void FlushWork();
|
void FlushWork();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue