summaryrefslogtreecommitdiff
path: root/src/texture.rs
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-10-06 20:31:29 -0400
committerMicha White <botahamec@outlook.com>2022-10-06 20:31:29 -0400
commit19811a235d8b6791e4a70a89c0cd21a928de6e95 (patch)
tree0ad92783702320457314cef51a44ed03c731d13b /src/texture.rs
parent73ed4d94cf3dae47f89fe2575ae27f304407ed86 (diff)
Moved camera logic
Diffstat (limited to 'src/texture.rs')
-rw-r--r--src/texture.rs1
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>,