Lugdunum  0.1.0
CommandPool.inl
Go to the documentation of this file.
1 inline const Device* CommandPool::getDevice() const {
2  return _device;
3 }
4 
5 inline const Queue* CommandPool::getQueue() const {
6  return _queue;
7 }