Skip to content
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

d3d12: Add D3D12PIXEventsReplaceBlock and D3D12PIXGetThreadInfo stub … #1582

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 1, 2023

  1. d3d12: Add D3D12PIXEventsReplaceBlock and D3D12PIXGetThreadInfo stub …

    …to fix failing to load DirectML.dll
    
    If we use vkd3d-proton in an application with DirectML enabled.
    The program will error out Entry Point Not Found.
    
    The procedure entry point D3D12PIXEventsReplaceBlock/D3D12PIXGetThreadInfo
    could not be located in the dynamic link library C:\Windows\SYSTEM32\DirectML.dll
    
    And the DirectML.dll will be unloaded.
    
    Signed-off-by: Jianhua Wu <[email protected]>
    nqsxw committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    cc6bce5 View commit details
    Browse the repository at this point in the history