mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 09:05:47 +00:00
vk_state_tracker: Fix dirty flags for stencil_enable on VK_EXT_extended_dynamic_state
Fixes a regression on any game using stencil on devices with VK_EXT_extended_dynamic_state.
This commit is contained in:
parent
04a03446d3
commit
6e3bbca693
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ void StateTracker::Initialize() {
|
|||
SetupDirtyFrontFace(tables);
|
||||
SetupDirtyPrimitiveTopology(tables);
|
||||
SetupDirtyStencilOp(tables);
|
||||
SetupDirtyStencilTestEnable(tables);
|
||||
}
|
||||
|
||||
void StateTracker::InvalidateCommandBufferState() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue