Lugdunum  0.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CommandBuffer.inl
Go to the documentation of this file.
1 inline void CommandBuffer::setLevel(VkCommandBufferLevel level) {
2  _level = level;
3 }