Lugdunum
0.1.0
include
lug
Graphics
Vulkan
Builder
Mesh.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
lug/Graphics/Render/Mesh.hpp
>
4
#include <
lug/Graphics/Resource.hpp
>
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
Mesh.hpp
LUG_GRAPHICS_API
#define LUG_GRAPHICS_API
Definition:
Export.hpp:11
lug::Graphics::Resource::SharedPtr< lug::Graphics::Render::Mesh >
Vulkan
Definition:
Vulkan.hpp:155
Resource.hpp
lug::Graphics::Vulkan::Builder::Mesh::build
Resource::SharedPtr< lug::Graphics::Render::Mesh > build(const ::lug::Graphics::Builder::Mesh &builder)
Definition:
Mesh.cpp:18
lug
Definition:
Application.hpp:11
Generated by
1.8.13