-
-
Notifications
You must be signed in to change notification settings - Fork 691
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
Integrate for-loops for vertices in some internal packages #1820
Comments
Example: 4b64ead |
Merge ebiten/internal/atlas/image.go Lines 324 to 354 in 5c79178
ebiten/internal/graphicscommand/command.go Lines 231 to 280 in 5c79178
|
EDIT: The source texture size should not be changed until the vertices are used. So this should not be a problem! |
On the other hand, sending the color-scale factors to the graphicscommand package will increase the cost of merging commands... Hmm |
In theory it is possible to integrate for-loops for vertices into one, but this might violate the layer information.
The text was updated successfully, but these errors were encountered: