From dfb6adbcbcc7d50b770b6d5ea82efdd8f8c32e25 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 5 Oct 2024 12:48:05 +1000 Subject: delete documentation workflow --- archive/src/resources/loaders.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 archive/src/resources/loaders.h (limited to 'archive/src/resources/loaders.h') diff --git a/archive/src/resources/loaders.h b/archive/src/resources/loaders.h new file mode 100644 index 0000000..ea1f9a2 --- /dev/null +++ b/archive/src/resources/loaders.h @@ -0,0 +1,17 @@ +#pragma once + +#include "defines.h" +#include "render_types.h" +#include "str.h" + +// --- Public API +PUB ModelHandle ModelLoad_obj(const char* path, bool invert_texture_y); +PUB ModelHandle ModelLoad_gltf(const char* path, bool invert_texture_y); + +typedef struct GLTF_LoadStats { + u32 mesh_count, material_count, vertex_count, index_count, animation_count, joint_count; +} GLTF_LoadStats; + +// --- Internal +bool model_load_gltf_str(const char* file_string, const char* filepath, Str8 relative_path, + Model* out_model, bool invert_textures_y); -- cgit v1.2.3-70-g09d2