diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/gfx/core.h | 1 | ||||
-rw-r--r-- | include/gfx/scene/animation.h | 4 |
2 files changed, 2 insertions, 3 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, |
diff --git a/include/gfx/scene/animation.h b/include/gfx/scene/animation.h index d95b895..3ef0471 100644 --- a/include/gfx/scene/animation.h +++ b/include/gfx/scene/animation.h | |||
@@ -1,6 +1,5 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include "node.h" | ||
4 | #include "object.h" | 3 | #include "object.h" |
5 | #include <gfx/sizes.h> | 4 | #include <gfx/sizes.h> |
6 | 5 | ||
@@ -15,8 +14,7 @@ | |||
15 | #include <stddef.h> | 14 | #include <stddef.h> |
16 | #include <stdint.h> | 15 | #include <stdint.h> |
17 | 16 | ||
18 | typedef struct Buffer Buffer; | 17 | typedef struct Buffer Buffer; |
19 | typedef struct SceneNode SceneNode; | ||
20 | 18 | ||
21 | typedef struct Anima Anima; | 19 | typedef struct Anima Anima; |
22 | typedef struct Joint Joint; | 20 | typedef struct Joint Joint; |