diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-06 20:31:29 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-06 20:31:29 -0400 |
| commit | 19811a235d8b6791e4a70a89c0cd21a928de6e95 (patch) | |
| tree | 0ad92783702320457314cef51a44ed03c731d13b /src/texture.rs | |
| parent | 73ed4d94cf3dae47f89fe2575ae27f304407ed86 (diff) | |
Moved camera logic
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>, |
