Lugdunum  0.1.0
Fence.inl
Go to the documentation of this file.
1 inline void Fence::setFlags(VkFenceCreateFlags flags) {
2  _flags = flags;
3 }