Lugdunum  0.1.0
DescriptorSet.inl
Go to the documentation of this file.
1 inline DescriptorSet::DescriptorSet(API::DescriptorSet descriptorSet) : _descriptorSet(std::move(descriptorSet)) {}
2 
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 }