[vulkan] Changed UpdateDynamicState order
This commit is contained in:
parent
7062402d9e
commit
f05ba4f656
|
|
@ -281,12 +281,11 @@ void RasterizerVulkan::PrepareDraw(bool is_indexed, Func&& draw_func) {
|
|||
state_tracker.InvalidateStateEnableFlag();
|
||||
}
|
||||
|
||||
UpdateDynamicStates();
|
||||
|
||||
HandleTransformFeedback();
|
||||
query_cache.CounterEnable(VideoCommon::QueryType::ZPassPixelCount64,
|
||||
maxwell3d->regs.zpass_pixel_count_enable);
|
||||
|
||||
UpdateDynamicStates();
|
||||
draw_func();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue