Lugdunum
0.1.0
include
lug
Graphics
Vulkan
API
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
}
lug::Graphics::Vulkan::API::Queue
Definition:
Queue.hpp:16
lug::Graphics::Vulkan::API::Device
Definition:
Device.hpp:16
Generated by
1.8.13