Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Topic on User talk:Wintersnowfall

Hello. For d3d tracing (+ playback and analysis) I only ever use apitrace: https://apitrace.github.io/.

But to determine which API a game is using is a far easier affair usually, because I'm a Linux user and I get information about the API level from D8VK/DXVK. For d3d before 7, I'll run a game with WINEDEBUG=+d3d and grep by WINE_FEATURE_LEVEL.