diff options
author | 3gg <3gg@shellblade.net> | 2025-06-29 16:43:36 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-06-29 16:43:36 -0700 |
commit | a0bb0d0114c2b228f2f1715b6fc53d99901b0193 (patch) | |
tree | 2b4b8208b5e03674e24831cb43fd5fe217f996fa /include | |
parent | 8d116c7a402ca413fd12e64406ef27da8f5e6526 (diff) |
Diffstat (limited to 'include')
-rw-r--r-- | include/gfx/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gfx/core.h b/include/gfx/core.h index 44509c9..2a29003 100644 --- a/include/gfx/core.h +++ b/include/gfx/core.h | |||
@@ -219,6 +219,7 @@ typedef enum { Texture2D, TextureCubeMap } TextureDimension; | |||
219 | /// Texture data format. | 219 | /// Texture data format. |
220 | typedef enum { | 220 | typedef enum { |
221 | TextureDepth, | 221 | TextureDepth, |
222 | TextureR8, | ||
222 | TextureRG16, | 223 | TextureRG16, |
223 | TextureRG16F, | 224 | TextureRG16F, |
224 | TextureRGB8, | 225 | TextureRGB8, |