summaryrefslogtreecommitdiff
path: root/include/gltf_loader.h
blob: 4b3190b15bf2ff3d9f882428a00359b8da885b0f (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef GLTF_LOADER_H

#define GLTF_LOADER_H
#include <string_view>
#include "render_assets.h"
#include "tiny_gltf.h"

bool load_gltf(const std::string_view path, iris::Scene &scene);
#endif