|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| vk::Queue MayaFlux::Core::VKDevice::get_present_queue | ( | uint32_t | family_index | ) | const |
Queue for a presentation-capable family.
| family_index | Family index, must be set in present_family_mask |
A queue is created for every family in the mask, not only the one the engine's default present path uses, so a caller driving its own presentation has a queue available without recreating the device.
Definition at line 602 of file VKDevice.cpp.
References m_present_queues.
Referenced by get_preferred_present_queue(), and MayaFlux::Core::VKContext::get_present_queue().
Here is the caller graph for this function: