-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation how to build FFX SDK from source #84
Comments
i'm stuck too in a crash in that dll, i'm waiting for a solution like that, too |
the library relies on vkGetBufferMemoryRequirements2KHR, vkCmdBeginDebugUtilsLabelEXT and vkCmdEndDebugUtilsLabelEXT. if not available you have to override vkDeviceProcAddr in the ffxCreateBackendVKDesc to return valid funktion pointers |
Thank you so much ! There is my solution :
|
The repository contains precompiled binaries, eg:
amd_fidelityfx_vk.dll
. However when crashes inside the dll happen, binaries with debug informations are required.A step by step guide should be added how to build the amd_fidelityfx_*.dll binaries.
The text was updated successfully, but these errors were encountered: