Add gltf loader
Added MIT licensed external library for loading gltf files Signed-off-by: Piotr Krygier <piotrkrygier@everyonecancode@xyz>
This commit is contained in:
@@ -263,6 +263,13 @@ rse_err_t rse_graphics_main_loop(struct graphics_context_t* context)
|
||||
return status;
|
||||
}
|
||||
|
||||
// rse_err_t rse_graphics_load_model(struct graphics_context_t* context, const char* model_path, rse_id_t* model_id)
|
||||
// {
|
||||
// rse_err_t status = RSE_ERROR_NO_ERROR;
|
||||
//
|
||||
// return status;
|
||||
// }
|
||||
|
||||
void rse_graphics_deinit(struct graphics_context_t* context)
|
||||
{
|
||||
vulkan_deinit(context);
|
||||
|
||||
Reference in New Issue
Block a user