FNA-XNA / FNA3D

FNA3D - 3D Graphics Library for FNA
http://fna-xna.github.io/
Other
287 stars 48 forks source link

Buffer trace disk writes #120

Closed thatcosmonaut closed 3 years ago

thatcosmonaut commented 3 years ago

Constantly opening and closing the trace file was murdering performance, so I restructured tracing to write first into a memory buffer and then flush to disk on SwapBuffers and DestroyDevice.