Castor3D 0.16.0
Multiplatform 3D engine
|
This is the complete list of members for castor3d::CommandsSemaphore, including all inherited members.
commandBuffer | castor3d::CommandsSemaphore | |
CommandsSemaphore(ashes::CommandBufferPtr commandBuffer=nullptr, ashes::SemaphorePtr semaphore=nullptr) | castor3d::CommandsSemaphore | |
CommandsSemaphore(RenderDevice const &device, QueueData const &queueData, castor::String const &name, VkCommandBufferLevel level=VK_COMMAND_BUFFER_LEVEL_PRIMARY) | castor3d::CommandsSemaphore | |
semaphore | castor3d::CommandsSemaphore | |
submit(ashes::Queue const &queue, VkPipelineStageFlags stage=VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT) const | castor3d::CommandsSemaphore | |
submit(ashes::Queue const &queue, ashes::Semaphore const &toWait, VkPipelineStageFlags stage=VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT) const | castor3d::CommandsSemaphore | |
submit(ashes::Queue const &queue, crg::SemaphoreWait const &toWait) const | castor3d::CommandsSemaphore | |
submit(ashes::Queue const &queue, crg::SemaphoreWaitArray const &toWait) const | castor3d::CommandsSemaphore | |
submit(ashes::Queue const &queue, ashes::VkSemaphoreArray &semaphores, ashes::VkPipelineStageFlagsArray &stages) const | castor3d::CommandsSemaphore |