SimpleGL  1.1.0
A framework for platform independent rendering
Public Attributes | List of all members
sgl::Queues Struct Reference

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...
 

Detailed Description

This struct stores relevant device queues.

Definition at line 22 of file logical_device.hpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: