![]() |
LLGL 0.05 Beta
|
This is the complete list of members for LLGL::CommandQueue, including all inherited members.
| CommandQueue()=default | LLGL::CommandQueue | protected |
| IsInstanceOf(int id) const | LLGL::Interface | virtual |
| NonCopyable(const NonCopyable &)=delete | LLGL::NonCopyable | |
| NonCopyable()=default | LLGL::NonCopyable | protected |
| operator=(const NonCopyable &)=delete | LLGL::NonCopyable | |
| QueryResult(QueryHeap &queryHeap, std::uint32_t firstQuery, std::uint32_t numQueries, void *data, std::size_t dataSize)=0 | LLGL::CommandQueue | pure virtual |
| SetDebugName(const char *name) | LLGL::RenderSystemChild | virtual |
| Submit(CommandBuffer &commandBuffer)=0 | LLGL::CommandQueue | pure virtual |
| Submit(Fence &fence)=0 | LLGL::CommandQueue | pure virtual |
| WaitFence(Fence &fence, std::uint64_t timeout)=0 | LLGL::CommandQueue | pure virtual |
| WaitIdle()=0 | LLGL::CommandQueue | pure virtual |
| ~NonCopyable()=default | LLGL::NonCopyable | virtual |