-
Notifications
You must be signed in to change notification settings - Fork 5
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
Problems with Vulkan/DXGI interop on AMD GPU #24
Comments
Hi @SaltyBet, From reading that thread it seems to be an issue in the vulkan application layer validating image format when translated from D3D12 SwapChain. Can you provide your system specs and a minimally compilable code source that reproduces this issue? Thanks, |
Specs:
Latest source (from the dev's repo): |
Hi @SaltyBet, Are you able to provide full runtime of the issue? That's the source for the SK dll that does the injection from application to driver. Which could be the source of the issue, meaning it's not driver related, rather an application issue requiring a SK developer to dig into further. It doesn't seem like there's evidence that it's a driver issue currently. Thanks, |
Hi, @owenzhangzhengzhong. Will forward your comment to the developer. |
Thread for context:
Developer comments on that thread:
This seems to work fine on NVIDIA.
The text was updated successfully, but these errors were encountered: