#include <Device.hpp>
Collaboration diagram for ven::QueueFamilyIndices:Public Member Functions | |
| bool | isComplete () const |
Public Attributes | |
| uint32_t | graphicsFamily {} |
| uint32_t | presentFamily {} |
| bool | graphicsFamilyHasValue = false |
| bool | presentFamilyHasValue = false |
Definition at line 22 of file Device.hpp.
|
inlinenodiscard |
Definition at line 27 of file Device.hpp.
References graphicsFamilyHasValue, and presentFamilyHasValue.
Referenced by ven::Device::findQueueFamilies(), and ven::Device::isDeviceSuitable().
Here is the caller graph for this function:| uint32_t ven::QueueFamilyIndices::graphicsFamily {} |
Definition at line 23 of file Device.hpp.
Referenced by ven::Device::findQueueFamilies().
| bool ven::QueueFamilyIndices::graphicsFamilyHasValue = false |
Definition at line 25 of file Device.hpp.
Referenced by ven::Device::findQueueFamilies(), and isComplete().
| uint32_t ven::QueueFamilyIndices::presentFamily {} |
Definition at line 24 of file Device.hpp.
Referenced by ven::Device::findQueueFamilies().
| bool ven::QueueFamilyIndices::presentFamilyHasValue = false |
Definition at line 26 of file Device.hpp.
Referenced by ven::Device::findQueueFamilies(), and isComplete().