-
Notifications
You must be signed in to change notification settings - Fork 90
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
Query on Direct3D driver files #244
Comments
|
Thank you for your valuable answers
No this isn't just DxWrapper exclusive. I can't get the d3d9on12.dll driver to load anyways. It behaves as if a combination of multiple driver files loaded together simulate the D3D9On12 experience.
Just like Direct3D loads device drivers like nvd3dum.dll, I expected something similar. Not that DirectDraw is all software accelerated now.
Now that I forgot what I was about to ask for this particular one here :P (well some other day I will remember this one) |
dxwrapper does not attempt to load d3d9on12.dll. Instead it loads d3d9.dll and calls the
DirectDraw is 2D. There may not be any 2D equivalent dll to load on your computer. |
Closing this issue. Reopen it if you still have a question. |
I was scouting through the Nvidia driver files and that's where I got a few doubts. My tests were conducted with Process Explorer. Since you have a fair experience with D3D9 I thought you could help with my doubt.
If I go through the files of the driver, then:
nvd3dum.dll and nvd3dumx.dll - NVIDIA WDDM D3D driver
nvwgf32um.dll and nvwgf32umx.dll - NVIDIA WDDM D3D10 driver.
The text was updated successfully, but these errors were encountered: