VOX
A little voxel engine
Loading...
Searching...
No Matches
QueueFamilyIndices Struct Reference

#include <RenderAPI.hpp>

Collaboration diagram for QueueFamilyIndices:
Collaboration graph

Public Member Functions

bool isComplete ()
 

Public Attributes

std::optional< uint32_t > graphics_family
 
std::optional< uint32_t > present_family
 
std::optional< uint32_t > transfer_family
 

Member Function Documentation

◆ isComplete()

bool QueueFamilyIndices::isComplete ( )
inline

Member Data Documentation

◆ graphics_family

std::optional<uint32_t> QueueFamilyIndices::graphics_family

◆ present_family

std::optional<uint32_t> QueueFamilyIndices::present_family

◆ transfer_family

std::optional<uint32_t> QueueFamilyIndices::transfer_family

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