-
-
Notifications
You must be signed in to change notification settings - Fork 65
Add tests for gfx_SetDraw #770
Copy link
Copy link
Open
Description
Add tests for uint8_t gfx_GetDraw
If you need help or clarification on how gfx_GetDraw works, you can ping one of the developers in https://discord.gg/5yVK3UjcX7 or ask a question in this github issue.
TODO:
- test the return value of
gfx_GetDrawaftergfx_Begin - make sure the value from
gfx_GetDrawmatches the value passed in fromgfx_SetDraw - test
gfx_GetDrawafter callinggfx_SwapDraw
Reactions are currently unavailable