Skip to content

Commit ad828af

Browse files
committed
Align call to tracker with updates
1 parent c86c680 commit ad828af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

OptiScaler/upscalers/IFeature_VkwDx12.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,8 @@ bool IFeature_VkwDx12::ProcessVulkanTextures(::VkCommandBuffer InCmdList, const
13131313
params.ReplayExtendedDynamicState = true;
13141314
params.ReplayPushConstants = true;
13151315
params.ReplayVertexIndex = true;
1316-
params.RequiredGraphicsSetMask = 0xFF;
1316+
params.RequiredGraphicsSetMask = 0xFFFFFFFFu;
1317+
params.OverrideGraphicsLayout = VK_NULL_HANDLE;
13171318

13181319
// Simple one-line call using cached function table
13191320
if (!Vulkan_wDx12::cmdBufferStateTracker.CaptureAndReplay(InCmdList, VulkanBarrierCommandBuffer[frame], params))

0 commit comments

Comments
 (0)