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

CreateImage does not clear the buffer #308

Open
dzenanz opened this issue Sep 17, 2021 · 0 comments
Open

CreateImage does not clear the buffer #308

dzenanz opened this issue Sep 17, 2021 · 0 comments
Labels
Good first issue A good issue for community members new to contributing

Comments

@dzenanz
Copy link
Member

dzenanz commented Sep 17, 2021

A search for image->Allocate(); has 149 hits while image->FillBuffer( has 64 hits. The instances of Allocate not followed by a FillBuffer should be examined, and probably turned into image->Allocate(true); calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good first issue A good issue for community members new to contributing
Projects
None yet
Development

No branches or pull requests

2 participants