diff options
| author | gingerBill <bill@gingerbill.org> | 2022-05-14 15:11:23 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-05-14 15:11:23 +0100 |
| commit | c516fb947f7aafd00363dfcdaefa79f96e4f4ee5 (patch) | |
| tree | fbe537bbf6372991af8e5997c2de8c40ce16384d /core/image/common.odin | |
| parent | 3aa0a733f3b59388ae320f07cfabb1f4e7f0cec2 (diff) | |
Add `image.destroy`
Diffstat (limited to 'core/image/common.odin')
| -rw-r--r-- | core/image/common.odin | 1 |
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 { |