aboutsummaryrefslogtreecommitdiff
path: root/src/scene/object_impl.h
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-07-04 10:37:01 -0700
committer3gg <3gg@shellblade.net>2025-07-04 10:37:01 -0700
commitb37b5398a6afa940acd1138bde922a70838f33af (patch)
tree9ff988e0412d4210362b52f82fbe723e734b6228 /src/scene/object_impl.h
parent1ec46bead3cf87971a2329f9ef4ddde5a0c48325 (diff)
Add the new low-level renderer, shared between the imm and scene graph renderer. LLR integration with the scene graph renderer not yet done.
Diffstat (limited to 'src/scene/object_impl.h')
-rw-r--r--src/scene/object_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/scene/object_impl.h b/src/scene/object_impl.h
index ead93f1..e864e53 100644
--- a/src/scene/object_impl.h
+++ b/src/scene/object_impl.h
@@ -4,8 +4,6 @@
4 4
5#include "types.h" 5#include "types.h"
6 6
7#include <math/mat4.h>
8
9typedef struct MeshLink { 7typedef struct MeshLink {
10 mesh_idx mesh; 8 mesh_idx mesh;
11 mesh_link_idx next; // Next MeshLink in the list. 9 mesh_link_idx next; // Next MeshLink in the list.