Added d3d12 interop and FSR4.1 SRAPI backend - #193
Open
sssxks wants to merge 19 commits into
Open
Conversation
187J3X1-114514
self-requested a review
July 30, 2026 03:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Windows x64 Direct3D 12 interop path and AMD FSR 4.1 upscaling backend through SRAPI.
Changes
D3D12render API to SRAPI.SuperResolutionD3D12Interopnative library.SuperResolutionFSR4native provider.amd_fidelityfx_upscaler_dx12.dlland expose FSR 4.1 through the existing SRAPI provider model.gradlew :neoforge:runClientno longer errors.Rendering flow
Requirements
GL_EXT_memory_objectGL_EXT_memory_object_win32GL_EXT_semaphoreGL_EXT_semaphore_win32Validation
Known Issues