Skip to main content

PFN_vkCmdUpdateBuffer

Type Alias PFN_vkCmdUpdateBuffer 

Source
pub type PFN_vkCmdUpdateBuffer = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, dst_buffer: Buffer, dst_offset: u64, data_size: u64, p_data: *const c_void)>;
Expand description

vkCmdUpdateBuffer Provided by VK_BASE_VERSION_1_0.

§Thread Safety

  • commandBuffer must be externally synchronized

Aliased Type§

pub enum PFN_vkCmdUpdateBuffer {
    None,
    Some(unsafe extern "system" fn(CommandBuffer, Buffer, u64, u64, *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(CommandBuffer, Buffer, u64, u64, *const c_void))

Some value of type T.