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