![]() |
Vireo
0.0
Vireo 3D Rendering Hardware Interface
|
This is the complete list of members for SubmitQueue, including all inherited members.
SubmitQueue(SubmitQueue &) = delete | SubmitQueue | delete |
SubmitQueue() = default | SubmitQueue | protecteddefault |
operator=(const SubmitQueue &) = delete | SubmitQueue | delete |
submit(const std::shared_ptr< Fence > &fence, const std::shared_ptr< const SwapChain > &swapChain, const std::vector< std::shared_ptr< const CommandList >> &commandLists) const = 0 | SubmitQueue | pure virtual |
submit(const std::shared_ptr< Semaphore > &waitSemaphore, WaitStage waitStage, const std::shared_ptr< Fence > &fence, const std::shared_ptr< const SwapChain > &swapChain, const std::vector< std::shared_ptr< const CommandList >> &commandLists) const = 0 | SubmitQueue | pure virtual |
submit(const std::shared_ptr< Semaphore > &waitSemaphore, const std::vector< WaitStage > &waitStages, const std::shared_ptr< Fence > &fence, const std::shared_ptr< const SwapChain > &swapChain, const std::vector< std::shared_ptr< const CommandList >> &commandLists) const = 0 | SubmitQueue | pure virtual |
submit(const std::vector< std::shared_ptr< const CommandList >> &commandLists) const = 0 | SubmitQueue | pure virtual |
submit(const std::shared_ptr< Fence > &fence, const std::vector< std::shared_ptr< const CommandList >> &commandLists) const = 0 | SubmitQueue | pure virtual |
submit(const std::shared_ptr< Semaphore > &waitSemaphore, WaitStage waitStage, WaitStage signalStage, const std::shared_ptr< Semaphore > &signalSemaphore, const std::vector< std::shared_ptr< const CommandList >> &commandLists) const = 0 | SubmitQueue | pure virtual |
submit(const std::shared_ptr< Semaphore > &waitSemaphore, const std::vector< WaitStage > &waitStages, WaitStage signalStage, const std::shared_ptr< Semaphore > &signalSemaphore, const std::vector< std::shared_ptr< const CommandList >> &commandLists) const = 0 | SubmitQueue | pure virtual |
submit(const std::shared_ptr< Semaphore > &waitSemaphore, const WaitStage waitStage, const std::vector< std::shared_ptr< const CommandList >> &commandLists) const | SubmitQueue | inlinevirtual |
submit(const std::shared_ptr< Semaphore > &waitSemaphore, const std::vector< WaitStage > &waitStages, const std::vector< std::shared_ptr< const CommandList >> &commandLists) const | SubmitQueue | inlinevirtual |
submit(const WaitStage signalStage, const std::shared_ptr< Semaphore > &signalSemaphore, const std::vector< std::shared_ptr< const CommandList >> &commandLists) const | SubmitQueue | inlinevirtual |
waitIdle() const = 0 | SubmitQueue | pure virtual |
~SubmitQueue() = default | SubmitQueue | virtualdefault |