apitrace
apitrace copied to clipboard
Tools for tracing OpenGL, Direct3D, and other graphics APIs
Apitrace version: offical build from 2019-05-28 Windows 10 Application: Pharaoh Gold (from GOG) Command used (executed in the install directory of pharaoh): `apitrace.exe trace --api d3d7 --verbose Pharaoh.exe` Cmd Output:...
> apitrace diff test01.trace test02.trace Traceback (most recent call last): File "D:\apitrace-msvc-latest\apitrace-msvc\x86\bin\..\lib\scripts\tracediff.p y", line 583, in main() File "D:\apitrace-msvc-latest\apitrace-msvc\x86\bin\..\lib\scripts\tracediff.p y", line 577, in main differ.setRefTrace(refTrace, options.refCalls) File "D:\apitrace-msvc-latest\apitrace-msvc\x86\bin\..\lib\scripts\tracediff.p y", line...
Launching the application directly, it simply relaunches itself through Steam and promptly terminates. Invoking 64bit apitrace on Steam errors out, as it's not a 64bit executable. Invoking 32bit apitrace on...
**DDDA.trace.xz** https://mega.nz/#!TBE1UKyC!Z0vlWqT1D9G5ub12OW8UyvJL0hqtQx3BaEhVgb7TkkY Seems to work fine with every other trace I've done, though. Seems to hate this one in particular.
I may be wrong but it seems that it is not possible to remove a trace or move it to other position call. In my case I'm debugging my OpenGL...
Game: Steam: Ring of Elysium In game: The terrain texture renders well:   During replay: No terrain texture:  
Hi, When measuring performance, I use perf all the time and apitrace occasionally. This means that nearly every single time I pick up apitrace, I write “apitrace record ./foo”… which...
apitrace dump shows e.g. `86 glVertex3f(x = 4.61854e-41, y = 4.600603e-41, z = 4.600603e-41)` However those floats appear to be byteswapped when they shouldn't be: `hex(np.float32(4.61854e-41).view(np.uint32).byteswap()) -> '0xbf800000L'` `hex(np.float32(4.600603e-41).view(np.uint32).byteswap()) ->...
Sir, I try to use apitrace trace a program that loads dll during runtime, it does not work because apitrace can not give the right working directory for the program....
I using apitrace with opengl window that have a transparent background. When I trace it and dump images I obtain black background so sounds like alpha channel is missing in...