mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-31 16:37:07 +02:00
[vulkan] Changed UpdateDynamicState order
This commit is contained in:
parent
b329d8eb42
commit
6faab583e1
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue