#ifndef GLTF_LOADER_H #define GLTF_LOADER_H #include #include "render_assets.h" #include "tiny_gltf.h" bool load_gltf(const std::string_view path, iris::Scene &scene); #endif