Whether all queues that we need is valid.
Whether graphicqueue is supported by device.
Whether presentqueue is supported by device.
Whether transferqueu is supported by device.
Whether computequeue is supported by device.
Definition at line 43 of file VulkanDevice.h.
44 {
45 return
46
51
56
61
66 }
std::optional< uint32_t > graphicqueuefamily
The graphic queue's in used identify.
std::optional< uint32_t > presentqueuefamily
The present queue's in used identify.
std::optional< uint32_t > transferqueuefamily
The transfer queue's in used identify.
std::optional< uint32_t > computequeuefamily
The compute queue's in used identify.