summaryrefslogtreecommitdiff
path: root/src/atlas.h
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-12 22:14:30 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-12 22:14:30 +0100
commit59912666dcd3e3119ca821c15b7a68ec612f6c18 (patch)
treed4f9717a7b8a568106723924e65e20dced7d1e36 /src/atlas.h
parent89080d1cf616adf41d717df70e862d820560f903 (diff)
fix atlas
Diffstat (limited to 'src/atlas.h')
-rw-r--r--src/atlas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/atlas.h b/src/atlas.h
index be10c3b..66813a8 100644
--- a/src/atlas.h
+++ b/src/atlas.h
@@ -12,6 +12,7 @@ enum atlas_error_e : u8 {
struct atlas_s {
u32 width, height;
+ enum sg_pixel_format format;
struct sg_image gpu_atlas;
u8* cpu_atlas;
bool cpu_dirty;