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
DescriptorSetPool
DescriptorSet.inl
Go to the documentation of this file.
1
inline
DescriptorSet::DescriptorSet(
API::DescriptorSet
descriptorSet) : _descriptorSet(
std
::move(descriptorSet)) {}
2
3
inline
const
API::DescriptorSet
&
DescriptorSet::getDescriptorSet
()
const
{
4
return
_descriptorSet
;
5
}
6
7
inline
size_t
DescriptorSet::getHash
()
const
{
8
return
_hash
;
9
}
10
11
inline
void
DescriptorSet::setHash
(
size_t
hash) {
12
_hash
= hash;
13
}
lug::Graphics::Vulkan::API::DescriptorSet
Definition:
DescriptorSet.hpp:18
lug::Graphics::Vulkan::Render::DescriptorSetPool::DescriptorSet::getDescriptorSet
const API::DescriptorSet & getDescriptorSet() const
Definition:
DescriptorSet.inl:3
std
Definition:
Pipeline.hpp:231
lug::Graphics::Vulkan::Render::DescriptorSetPool::DescriptorSet::getHash
size_t getHash() const
Definition:
DescriptorSet.inl:7
lug::Graphics::Vulkan::Render::DescriptorSetPool::DescriptorSet::_hash
size_t _hash
Definition:
DescriptorSet.hpp:38
lug::Graphics::Vulkan::Render::DescriptorSetPool::DescriptorSet::_descriptorSet
API::DescriptorSet _descriptorSet
Definition:
DescriptorSet.hpp:36
lug::Graphics::Vulkan::Render::DescriptorSetPool::DescriptorSet::setHash
void setHash(size_t hash)
Definition:
DescriptorSet.inl:11
Generated by
1.8.13