You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, show() writes a frame's worth of whatever is at _ptr_drawbuffer; if GFX_DIRECT is #defined at build-time, this will be meaningless, so garbage will probably end up on the screen.
The text was updated successfully, but these errors were encountered:
Currently,
show()
writes a frame's worth of whatever is at_ptr_drawbuffer
; ifGFX_DIRECT
is#defined
at build-time, this will be meaningless, so garbage will probably end up on the screen.The text was updated successfully, but these errors were encountered: