SpiecsEngine
 
Loading...
Searching...
No Matches
Spices::QueueHelper Struct Reference

This struct contains all queues's identify we need. More...

#include <VulkanDevice.h>

Public Member Functions

bool isComplete () const
 Whether all queues that we need is valid.
 

Public Attributes

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.
 

Detailed Description

This struct contains all queues's identify we need.

Definition at line 18 of file VulkanDevice.h.


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