Skip to content

Fix FrameInterpolationSwapChainDX12::ResizeBuffers not handling a 0 buffer count properly#23

Open
LukeFZ wants to merge 1 commit intoGPUOpen-LibrariesAndSDKs:release-FSR3-3.0.3from
LukeFZ:patch-1
Open

Fix FrameInterpolationSwapChainDX12::ResizeBuffers not handling a 0 buffer count properly#23
LukeFZ wants to merge 1 commit intoGPUOpen-LibrariesAndSDKs:release-FSR3-3.0.3from
LukeFZ:patch-1

Conversation

@LukeFZ
Copy link
Copy Markdown

@LukeFZ LukeFZ commented Dec 17, 2023

Calling ResizeBuffers with BufferCount = 0 means that the original buffer count should be preserved.
Currently this does actually set the game buffer count to zero, causing crashes on subsequent GetBuffer calls.

Calling ResizeBuffers with BufferCount = 0 means that we should preserve the original buffer count. Until now this did actually set the game buffer count to zero, causing crashes on subsequent GetBuffer calls.
lzlrd added a commit to lzlrd/dlssg-to-fsr3 that referenced this pull request May 22, 2024
lzlrd added a commit to lzlrd/dlssg-to-fsr3 that referenced this pull request Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant