|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| CommandBufferID MayaFlux::Portal::Graphics::ShaderFoundry::begin_commands_with_wait | ( | CommandBufferType | type, |
| SemaphoreID | wait_semaphore, | ||
| vk::PipelineStageFlags | wait_stage | ||
| ) |
Begin command buffer that waits on a semaphore.
| type | Command buffer type (GRAPHICS, COMPUTE, TRANSFER) |
| wait_semaphore | Semaphore ID to wait on |
| wait_stage | Pipeline stage to wait at |
Definition at line 887 of file ShaderFoundry.cpp.
References begin_commands(), MayaFlux::Portal::Graphics::INVALID_COMMAND_BUFFER, and m_semaphores.
Here is the call graph for this function: