sized widgets!

This commit is contained in:
iris committed 2025-08-28 01:35:43 -04:00
1 parent d4d0b3b580
commit 834182ffe8
14 files changed
+313 -106

No files matched your search

+1
View File
@@ -21,6 +21,7 @@ impl GpuTextures {
match update {
TextureUpdate::Push(image) => self.push(image),
TextureUpdate::Set(i, image) => self.set(i, image),
TextureUpdate::SetFree => self.view_count += 1,
TextureUpdate::Free(i) => self.free(i),
TextureUpdate::PushFree => self.push_free(),
}