The Joe Engine
Joe's engine programming playground
JoeEngine::QueueFamilyIndices Struct Reference

Queue family indices data struct. More...

#include <VulkanQueue.h>

Public Member Functions

bool IsComplete () const
 

Public Attributes

std::optional< uint32_t > graphicsFamily
 
std::optional< uint32_t > presentFamily
 

Detailed Description

Queue family indices data struct.

Member Function Documentation

◆ IsComplete()

bool JoeEngine::QueueFamilyIndices::IsComplete ( ) const
inline

Member Data Documentation

◆ graphicsFamily

std::optional<uint32_t> JoeEngine::QueueFamilyIndices::graphicsFamily

◆ presentFamily

std::optional<uint32_t> JoeEngine::QueueFamilyIndices::presentFamily

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