Lugdunum  0.1.0
Mesh.hpp
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace lug {
7 namespace Graphics {
8 
9 namespace Builder {
10 class Mesh;
11 } // Builder
12 
13 namespace Vulkan {
14 namespace Builder {
15 namespace Mesh {
16 
17 Resource::SharedPtr<lug::Graphics::Render::Mesh> LUG_GRAPHICS_API build(const ::lug::Graphics::Builder::Mesh& builder);
18 
19 } // Mesh
20 } // Builder
21 } // Vulkan
22 } // Graphics
23 } // lug
#define LUG_GRAPHICS_API
Definition: Export.hpp:11
Resource::SharedPtr< lug::Graphics::Render::Mesh > build(const ::lug::Graphics::Builder::Mesh &builder)
Definition: Mesh.cpp:18