Struct QueueFamilyIndices#

Struct Documentation#

struct QueueFamilyIndices#

Public Functions

inline bool is_valid()#

Public Members

int graphics_family = -1#
int presentation_family = -1#
int compute_family = -1#