summaryrefslogtreecommitdiff
path: root/src/resources/loaders.h
blob: 858e4d1bed668fedc9d0370d0e69453015494c6e (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "defines.h"
#include "render_types.h"

struct core;

model_handle model_load_obj(struct core *core, const char *path, bool invert_texture_y);
model_handle model_load_gltf(struct core *core, const char *path, bool invert_texture_y);