diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 22:14:30 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 22:14:30 +0100 |
| commit | 59912666dcd3e3119ca821c15b7a68ec612f6c18 (patch) | |
| tree | d4f9717a7b8a568106723924e65e20dced7d1e36 /src/atlas.h | |
| parent | 89080d1cf616adf41d717df70e862d820560f903 (diff) | |
fix atlas
Diffstat (limited to 'src/atlas.h')
| -rw-r--r-- | src/atlas.h | 1 |
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; |
