|
|
|
@ -223,7 +223,10 @@ RasterizerVulkan::RasterizerVulkan(Core::Frontend::EmuWindow& emu_window_, Tegra |
|
|
|
scheduler.SetQueryCache(query_cache); |
|
|
|
} |
|
|
|
|
|
|
|
RasterizerVulkan::~RasterizerVulkan() = default; |
|
|
|
RasterizerVulkan::~RasterizerVulkan() { |
|
|
|
scheduler.WaitWorker(); |
|
|
|
scheduler.Finish(); |
|
|
|
} |
|
|
|
|
|
|
|
template <typename Func> |
|
|
|
void RasterizerVulkan::PrepareDraw(bool is_indexed, Func&& draw_func) { |
|
|
|
|