VPP  0.7
A high-level modern C++ API for Vulkan
vpp::Queue Member List

This is the complete list of members for vpp::Queue, including all inherited members.

device() constvpp::Queue
handle() constvpp::Queue
operator bool() constvpp::Queue
Queue()vpp::Queue
Queue(const Device &hDevice, unsigned int iQueue=0, EQueueType eQueue=Q_GRAPHICS)vpp::Queueexplicit
Queue(unsigned int iFamily, const Device &hDevice, unsigned int iQueue)vpp::Queue
submit(const CommandBuffer &singleBuffer, const Semaphore &waitOnBegin=Semaphore(), const Semaphore &signalOnEnd=Semaphore(), const Fence &signalFenceOnEnd=Fence())vpp::Queue
submit(const std::vector< CommandBuffer > buffers, const Semaphore &waitOnBegin=Semaphore(), const Semaphore &signalOnEnd=Semaphore(), const Fence &signalFenceOnEnd=Fence())vpp::Queue
type() constvpp::Queue
waitForIdle()vpp::Queue