abaire / nxdk_pgraph_tests

Tests to verify xemu handling of various pushbuffer commands
Other
12 stars 8 forks source link

Add function to toggle framebuffer/backbuffer saving on and off #12

Open abaire opened 2 years ago

abaire commented 2 years ago

Currently tests always do a FinishDrawAndSave which is not always desirable during active development (it's slow and overwrites artifacts). Consider having a menu option or button that toggles between saving and the faster FinishDraw.

abairmj commented 2 years ago

going to add a "draw only mode" identifier (make it small so it doesn't interfere with test)