Vulkan Schnee
0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
MeshLoader.cpp
Go to the documentation of this file.
1
#include "
Engine/Mesh/MeshLoader.h
"
2
3
namespace
EngineCore
{
4
MeshLoader::~MeshLoader
() {
5
}
6
7
void
MeshLoader::loadMesh
(
const
std::filesystem::path &filePath, std::vector<Vertex> &vertices,
8
std::vector<uint32_t> &indices,
9
std::vector<std::unique_ptr<TextureLoadData>>& textureLoadData) {
10
11
}
12
13
}
MeshLoader.h
EngineCore::MeshLoader::loadMesh
virtual void loadMesh(const std::filesystem::path &filePath, std::vector< Vertex > &vertices, std::vector< uint32_t > &indices, std::vector< std::unique_ptr< TextureLoadData > > &textureLoadData)
Definition
MeshLoader.cpp:7
EngineCore::MeshLoader::~MeshLoader
virtual ~MeshLoader()
Definition
MeshLoader.cpp:4
EngineCore
Log category system implementation.
Definition
CameraComponent.cpp:8
Engine
src
Engine
Mesh
MeshLoader.cpp
Generated by
1.14.0