Monad Engine da02fba2
> Undercity Codex_
Loading...
Searching...
No Matches
mnd::vk::QueueFamilies Struct Reference

#include <Context.h>

Public Member Functions

bool IsComplete () const
 

Public Attributes

uint32_t graphics = UINT32_MAX
 
uint32_t present = UINT32_MAX
 

Detailed Description

Definition at line 22 of file Context.h.

Member Function Documentation

◆ IsComplete()

bool mnd::vk::QueueFamilies::IsComplete ( ) const
inline

Definition at line 27 of file Context.h.

References graphics, and present.

Member Data Documentation

◆ graphics

uint32_t mnd::vk::QueueFamilies::graphics = UINT32_MAX

Definition at line 24 of file Context.h.

Referenced by IsComplete().

◆ present

uint32_t mnd::vk::QueueFamilies::present = UINT32_MAX

Definition at line 25 of file Context.h.

Referenced by IsComplete().


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