From c3737fff1be704e14a2bada69bbf8a6709c5f670 Mon Sep 17 00:00:00 2001 From: omnisci3nce Date: Wed, 17 Jul 2024 23:12:42 +1000 Subject: wip shader layouts for common stuff --- src/resources/loaders.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/loaders.h') diff --git a/src/resources/loaders.h b/src/resources/loaders.h index 3ec41fa..677e2a7 100644 --- a/src/resources/loaders.h +++ b/src/resources/loaders.h @@ -5,8 +5,8 @@ #include "str.h" // --- Public API -PUB ModelHandle Model_Load_obj(const char *path, bool invert_texture_y); -PUB ModelHandle Model_Load_gltf(const char *path, bool invert_texture_y); +PUB ModelHandle ModelLoad_obj(const char *path, bool invert_texture_y); +PUB ModelHandle ModelLoad_gltf(const char *path, bool invert_texture_y); // --- Internal bool model_load_gltf_str(const char *file_string, const char *filepath, Str8 relative_path, -- cgit v1.2.3-70-g09d2