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

Allow user to provide a vector of image handles, each to be used as a tile texture. #299

Merged
merged 5 commits into from
Oct 3, 2022

Conversation

bzm3r
Copy link
Collaborator

@bzm3r bzm3r commented Sep 30, 2022

All must be of the same size.

Depends on #296 because of example.

///
/// This only makes sense to use when the `"atlas"` feature is NOT enabled, as texture arrays
/// are required to handle storing an array of textures. Therefore, this variant is only
/// available when `"atlas"` is not enabled.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is pretty much exactly what I had in mind. 👍

@bzm3r bzm3r marked this pull request as ready for review October 3, 2022 04:13
@bzm3r bzm3r merged commit eabd66e into main Oct 3, 2022
@bzm3r bzm3r deleted the image-vec-api branch October 3, 2022 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants