Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QueueFamilyIndices Struct Reference
+ Collaboration diagram for QueueFamilyIndices:

Public Member Functions

bool isComplete ()
 

Public Attributes

int graphicsFamily = -1
 
int presentFamily = -1
 

Detailed Description

Definition at line 35 of file vulkanwrapper.cpp.

Member Function Documentation

◆ isComplete()

bool QueueFamilyIndices::isComplete ( )
inline

Definition at line 39 of file vulkanwrapper.cpp.

References graphicsFamily, and presentFamily.

Member Data Documentation

◆ graphicsFamily

int QueueFamilyIndices::graphicsFamily = -1

Definition at line 36 of file vulkanwrapper.cpp.

Referenced by isComplete().

◆ presentFamily

int QueueFamilyIndices::presentFamily = -1

Definition at line 37 of file vulkanwrapper.cpp.

Referenced by isComplete().


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