Browse Source

fix crash

pull/3142/head
Maufeat 2 weeks ago
parent
commit
051a99c029
  1. 2
      src/video_core/renderer_vulkan/vk_rasterizer.cpp

2
src/video_core/renderer_vulkan/vk_rasterizer.cpp

@ -244,8 +244,6 @@ void RasterizerVulkan::PrepareDraw(bool is_indexed, Func&& draw_func) {
maxwell3d->regs.zpass_pixel_count_enable);
draw_func();
query_cache.CounterEnable(VideoCommon::QueryType::StreamingByteCount, false);
}
void RasterizerVulkan::Draw(bool is_indexed, u32 instance_count) {

Loading…
Cancel
Save