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
Render
Texture.inl
Go to the documentation of this file.
1
inline
const
API::DeviceMemory
& Texture::getDeviceMemory()
const
{
2
return
_deviceMemory;
3
}
4
5
inline
const
API::Image
& Texture::getImage()
const
{
6
return
_image;
7
}
8
9
inline
const
API::ImageView
& Texture::getImageView()
const
{
10
return
_imageView;
11
}
12
13
inline
const
API::Sampler
& Texture::getSampler()
const
{
14
return
_sampler;
15
}
16
lug::Graphics::Vulkan::API::DeviceMemory
Definition:
DeviceMemory.hpp:19
lug::Graphics::Vulkan::API::ImageView
Definition:
ImageView.hpp:18
lug::Graphics::Vulkan::API::Sampler
Definition:
Sampler.hpp:17
lug::Graphics::Vulkan::API::Image
Definition:
Image.hpp:21
Generated by
1.8.13