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