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

This struct stores relevant queue family indices. More...

#include <physical_device.hpp>

Public Member Functions

bool isValid ()
 Checks if the queue family indices are valid. More...
 

Public Attributes

int32_t graphics
 The index of the graphics queue family. More...
 
int32_t presentation
 The index of the presentation queue family. More...
 

Detailed Description

This struct stores relevant queue family indices.

Definition at line 26 of file physical_device.hpp.

Member Function Documentation

bool sgl::QueueFamilyIndices::isValid ( )

Checks if the queue family indices are valid.

Returns
true, if the queue family indices are valid.

Definition at line 25 of file physical_device.cpp.

Member Data Documentation

int32_t sgl::QueueFamilyIndices::graphics

The index of the graphics queue family.

Definition at line 29 of file physical_device.hpp.

int32_t sgl::QueueFamilyIndices::presentation

The index of the presentation queue family.

Definition at line 32 of file physical_device.hpp.


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