MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_present_queue()

vk::Queue MayaFlux::Core::VKContext::get_present_queue ( uint32_t  family_index) const
inline

Queue for a presentation-capable family.

Definition at line 87 of file VKContext.hpp.

88 {
89 return m_device.get_present_queue(family_index);
90 }
vk::Queue get_present_queue(uint32_t family_index) const
Queue for a presentation-capable family.
Definition VKDevice.cpp:602

References MayaFlux::Core::VKDevice::get_present_queue(), and m_device.

+ Here is the call graph for this function: