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

#include "defines.h"

struct core;
typedef u32 model_handle;

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);