aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gfx/core.h1
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.
220typedef enum { 220typedef enum {
221 TextureDepth, 221 TextureDepth,
222 TextureR8,
222 TextureRG16, 223 TextureRG16,
223 TextureRG16F, 224 TextureRG16F,
224 TextureRGB8, 225 TextureRGB8,