Foundation
Loading...
Searching...
No Matches
Mesh.hpp
Go to the documentation of this file.
1#pragma once
2#include <Renderer/Mesh.hpp>
3
8void LoadObj(FImportedMesh& mesh, StringView path);
void LoadObj(FImportedMesh &mesh, StringView path)
Definition Mesh.cpp:7
std::basic_string_view< char > StringView
Alias for std::basic_string_view<char>
Definition Container.hpp:56
Definition Mesh.hpp:129