diff options
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; |
