![]() |
VPP
0.8
A high-level modern C++ API for Vulkan
|
This is the complete list of members for vpp::Queue, including all inherited members.
device() const | vpp::Queue | |
handle() const | vpp::Queue | |
operator bool() const | vpp::Queue | |
Queue() | vpp::Queue | |
Queue(const Device &hDevice, unsigned int iQueue=0, EQueueType eQueue=Q_GRAPHICS) | vpp::Queue | explicit |
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() const | vpp::Queue | |
waitForIdle() | vpp::Queue |