more formats and math stuffs

This commit is contained in:
Greg Wells
2025-07-09 13:28:18 -04:00
parent 8b31d2e936
commit ef815541c7
2 changed files with 4 additions and 0 deletions

View File

@@ -3,12 +3,14 @@
typedef enum gnImageFormat {
GN_FORMAT_NONE,
GN_FORMAT_BGRA8_SRGB,
GN_FORMAT_BGRA8,
GN_FORMAT_RGBA8_SRGB,
GN_FORMAT_D24S8_UINT,
GN_FORMAT_D32S8_UINT,
} gnImageFormat;
typedef enum gnColorSpace {
GN_COLOR_SPACE_NONE,
GN_COLOR_SPACE_SRGB_NONLINEAR
} gnColorSpace;