-
Notifications
You must be signed in to change notification settings - Fork 188
Replacement of Image(device, int, int) constructor in examples/graphics #2828
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
base: master
Are you sure you want to change the base?
Replacement of Image(device, int, int) constructor in examples/graphics #2828
Conversation
80836a4 to
9b40ab7
Compare
|
This pull request changes some projects for the first time in this development cycle. Warning 🚧 This PR cannot be modified by maintainers because edits are disabled or it is created from an organization repository. To obtain the required changes apply the git patch manually as an additional commit. Git patchFurther information are available in Common Build Issues - Missing version increments. |
9b40ab7 to
68200d6
Compare
@akoch-yatta If I understand correctly, you refer to the mismatch between box and it filling, don't you? Should we create a separate ticket for it? |
All usages of the stated constructor with an additional GC initialization are now replaced by an ImageGcDrawer and the Image(device, gc int, int) constructor afterwards in examples/graphics.
68200d6 to
223bd30
Compare

All usages of the stated constructor with an additional GC initialization are now replaced by an ImageGcDrawer and the Image(device, gc int, int) constructor afterwards in examples/graphics.