diff options
Diffstat (limited to 'src/texture.rs')
| -rw-r--r-- | src/texture.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/texture.rs b/src/texture.rs index 456f230..457fea8 100644 --- a/src/texture.rs +++ b/src/texture.rs @@ -62,6 +62,7 @@ impl From<ImageError> for TextureError { // TODO make this Debug // TODO make these resizable +// TODO this could probably be moved into WgpuTextures pub struct TextureAtlases<'a> { packer: MultiTexturePacker<'a, image::RgbaImage, TextureId>, images: Vec<RgbaImage>, |
