aboutsummaryrefslogtreecommitdiff
path: root/core/image/common.odin
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-05-14 15:11:23 +0100
committergingerBill <bill@gingerbill.org>2022-05-14 15:11:23 +0100
commitc516fb947f7aafd00363dfcdaefa79f96e4f4ee5 (patch)
treefbe537bbf6372991af8e5997c2de8c40ce16384d /core/image/common.odin
parent3aa0a733f3b59388ae320f07cfabb1f4e7f0cec2 (diff)
Add `image.destroy`
Diffstat (limited to 'core/image/common.odin')
-rw-r--r--core/image/common.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/image/common.odin b/core/image/common.odin
index 75a649e52..28129a6e1 100644
--- a/core/image/common.odin
+++ b/core/image/common.odin
@@ -54,6 +54,7 @@ Image :: struct {
*/
background: Maybe(RGB_Pixel_16),
metadata: Image_Metadata,
+ which: Which_File_Type,
}
Image_Metadata :: union {