Skip to main content

BeginCommandBuffer

Type Alias BeginCommandBuffer 

Source
pub type BeginCommandBuffer = unsafe extern "C" fn(command_buffer: CommandBuffer, p_begin_info: *const CommandBufferBeginInfo) -> Result;
Expand description

Chapter: Command Buffers
Description: Start recording a command buffer
Provided by: VK_VERSION_1_0
Reference: vkBeginCommandBuffer