|
|
|
@ -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) { |
|
|
|
|