From 6271f5ce797bf12be64c710b66b1b9e93a239829 Mon Sep 17 00:00:00 2001 From: Chuyan Zhang Date: Thu, 10 Oct 2024 18:51:05 -0700 Subject: move to new resource abstraction --- src/gltf_loader.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/gltf_loader.h (limited to 'src/gltf_loader.h') diff --git a/src/gltf_loader.h b/src/gltf_loader.h deleted file mode 100644 index 4b3190b..0000000 --- a/src/gltf_loader.h +++ /dev/null @@ -1,9 +0,0 @@ -#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 \ No newline at end of file -- cgit v1.2.3-70-g09d2