SimpleGL
1.1.0
A framework for platform independent rendering
|
This struct stores relevant device queues. More...
#include <logical_device.hpp>
Public Attributes | |
VkQueue | graphics |
The handle of the graphics queue. More... | |
VkQueue | presentation |
The handle of the presentation queue. More... | |
This struct stores relevant device queues.
Definition at line 22 of file logical_device.hpp.
VkQueue sgl::Queues::graphics |
The handle of the graphics queue.
Definition at line 25 of file logical_device.hpp.
VkQueue sgl::Queues::presentation |
The handle of the presentation queue.
Definition at line 28 of file logical_device.hpp.