Lugdunum
0.1.0
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