utils stuff

This commit is contained in:
Gregory Wells
2025-06-14 22:10:05 -04:00
parent 1331f60fc7
commit 5b05fb287d
5 changed files with 39 additions and 54 deletions

View File

@@ -2,7 +2,8 @@
typedef enum gnImageFormat {
GN_FORMAT_NONE,
GN_FORMAT_BGRA8_SRGB
GN_FORMAT_BGRA8_SRGB,
GN_FORMAT_RGBA8_SRGB
} gnImageFormat;
typedef enum gnColorSpace {