Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QueueFamilyIndices Struct Reference
Collaboration diagram for QueueFamilyIndices:

Public Member Functions

bool isComplete ()
bool isComplete ()

Public Attributes

int graphicsFamily = -1
int presentFamily = -1

Detailed Description

Definition at line 35 of file vulkanwrapper.cpp.

Member Function Documentation

◆ isComplete() [1/2]

bool QueueFamilyIndices::isComplete ( )
inline

Definition at line 39 of file vulkanwrapper.cpp.

References graphicsFamily, and presentFamily.

◆ isComplete() [2/2]

bool QueueFamilyIndices::isComplete ( )
inline

Definition at line 39 of file vulkanwrapper.cpp.

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: