Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show() shouldn't write the display buffer when GFX_DIRECT is defined #8

Closed
avsa242 opened this issue Jan 26, 2025 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@avsa242
Copy link
Owner

avsa242 commented Jan 26, 2025

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.

@avsa242 avsa242 added the bug Something isn't working label Jan 26, 2025
@avsa242 avsa242 self-assigned this Jan 26, 2025
@avsa242 avsa242 closed this as completed in acf44af Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant