summaryrefslogtreecommitdiff
path: root/src/rendering/gltf.zig
blob: 2abeec1d4127af918b133545260d278a0c118e0e (plain)
1
2
3
const std = @import("std");
const mesh = @import("mesh.zig");
const Allocator = std.mem.Allocator;