diff options
author | Omniscient <omniscient.oce@gmail.com> | 2024-03-05 23:03:20 +1100 |
---|---|---|
committer | Omniscient <omniscient.oce@gmail.com> | 2024-03-05 23:03:20 +1100 |
commit | 14424312813b55c62e44ef5c2152e27301733497 (patch) | |
tree | 52b93d6cf0a9656e6cbd755feeed5691b76f8f99 /src/resources/loaders.h | |
parent | 6a849ab47bf585a9948ef6225915a421eff3902f (diff) |
pass mesh and material darrays for happy path.
we will probably swap to an arena allocator for the temp darrays soon but not
right yet
Diffstat (limited to 'src/resources/loaders.h')
-rw-r--r-- | src/resources/loaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/loaders.h b/src/resources/loaders.h index 8904655..858e4d1 100644 --- a/src/resources/loaders.h +++ b/src/resources/loaders.h @@ -1,6 +1,7 @@ #pragma once #include "defines.h" +#include "render_types.h" struct core; |