diff --git a/src/video_core/renderer_vulkan/vk_rasterizer.h b/src/video_core/renderer_vulkan/vk_rasterizer.h index 7de2039bb9..2f9175b533 100644 --- a/src/video_core/renderer_vulkan/vk_rasterizer.h +++ b/src/video_core/renderer_vulkan/vk_rasterizer.h @@ -155,10 +155,11 @@ private: template 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, bool is_indexed); - void DrawIndirectLineLoopClosures(const MaxwellDrawState& draw_state, + void DrawIndirectLineLoopClosures(const Tegra::Engines::DrawManager::State& draw_state, const Tegra::Engines::DrawManager::IndirectParams& params); void FlushWork();