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

◆ get_graphics_queue()

vk::Queue MayaFlux::Core::VKDevice::get_graphics_queue ( ) const
inline

Get graphics queue.

Definition at line 69 of file VKDevice.hpp.

69{ return m_graphics_queue; }
vk::Queue m_graphics_queue
Graphics queue handle.
Definition VKDevice.hpp:112

References m_graphics_queue.

Referenced by MayaFlux::Core::VKContext::get_graphics_queue().

+ Here is the caller graph for this function: