early-access version 3204

This commit is contained in:
pineappleEA
2022-12-11 06:57:36 +01:00
parent dc2e1bd55b
commit fd00d63783
5 changed files with 37 additions and 33 deletions

View File

@@ -216,9 +216,6 @@ void RasterizerVulkan::Draw(bool is_indexed, u32 instance_count) {
void RasterizerVulkan::Clear(u32 layer_count) {
MICROPROFILE_SCOPE(Vulkan_Clearing);
if (!maxwell3d->ShouldExecute()) {
return;
}
FlushWork();
query_cache.UpdateCounters();