Lugdunum
0.1.0
Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
Variables
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
x
y
Typedefs
Enumerations
+
Related Functions
:
b
c
d
g
l
p
s
w
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
+
Macros
d
f
l
n
s
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
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