Module vk_sync::cmd

source ·

Functions

Simplified wrapper around vkCmdPipelineBarrier. The mapping functions defined above are used to translate the passed in barrier definitions into a set of pipeline stages and native Vulkan memory barriers to be passed to vkCmdPipelineBarrier. command_buffer is passed unmodified to vkCmdPipelineBarrier.
Wrapper around vkCmdResetEvent. Resets an event when the accesses defined by previous_accesses are completed. command_buffer and event are passed unmodified to vkCmdResetEvent.
Wrapper around vkCmdSetEvent. Sets an event when the accesses defined by previous_accesses are completed. command_buffer and event are passed unmodified to vkCmdSetEvent.
Simplified wrapper around vkCmdWaitEvents. The mapping functions defined above are used to translate the passed in barrier definitions into a set of pipeline stages and native Vulkan memory barriers to be passed to vkCmdPipelineBarrier.