Struct QueueFamilyIndexCandidates

Struct Documentation

struct QueueFamilyIndexCandidates

A struct for determination of best queue family indices depending on flags.

Public Functions

inline bool operator==(const QueueFamilyIndexCandidates &other) const

Public Members

std::optional<std::uint32_t> graphics
std::optional<std::uint32_t> compute
std::optional<std::uint32_t> transfer
std::optional<std::uint32_t> sparse_binding
std::vector<VkDeviceQueueCreateInfo> queues_to_create