summaryrefslogtreecommitdiff
path: root/src/rendering
diff options
context:
space:
mode:
Diffstat (limited to 'src/rendering')
-rw-r--r--src/rendering/gltf.zig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rendering/gltf.zig b/src/rendering/gltf.zig
new file mode 100644
index 0000000..2abeec1
--- /dev/null
+++ b/src/rendering/gltf.zig
@@ -0,0 +1,3 @@
+const std = @import("std");
+const mesh = @import("mesh.zig");
+const Allocator = std.mem.Allocator;