pub struct KhrSynchronization2Fn {
    pub cmd_set_event2_khr: unsafe extern "system" fn(CommandBuffer, Event, *const DependencyInfo),
    pub cmd_reset_event2_khr: unsafe extern "system" fn(CommandBuffer, Event, PipelineStageFlags2),
    pub cmd_wait_events2_khr: unsafe extern "system" fn(CommandBuffer, u32, *const Event, *const DependencyInfo),
    pub cmd_pipeline_barrier2_khr: unsafe extern "system" fn(CommandBuffer, *const DependencyInfo),
    pub cmd_write_timestamp2_khr: unsafe extern "system" fn(CommandBuffer, PipelineStageFlags2, QueryPool, u32),
    pub queue_submit2_khr: unsafe extern "system" fn(Queue, u32, *const SubmitInfo2, Fence) -> Result,
    pub cmd_write_buffer_marker2_amd: unsafe extern "system" fn(CommandBuffer, PipelineStageFlags2, Buffer, u64, u32),
    pub get_queue_checkpoint_data2_nv: unsafe extern "system" fn(Queue, *mut u32, *mut CheckpointData2NV),
}

Fields

cmd_set_event2_khr: unsafe extern "system" fn(CommandBuffer, Event, *const DependencyInfo)cmd_reset_event2_khr: unsafe extern "system" fn(CommandBuffer, Event, PipelineStageFlags2)cmd_wait_events2_khr: unsafe extern "system" fn(CommandBuffer, u32, *const Event, *const DependencyInfo)cmd_pipeline_barrier2_khr: unsafe extern "system" fn(CommandBuffer, *const DependencyInfo)cmd_write_timestamp2_khr: unsafe extern "system" fn(CommandBuffer, PipelineStageFlags2, QueryPool, u32)queue_submit2_khr: unsafe extern "system" fn(Queue, u32, *const SubmitInfo2, Fence) -> Resultcmd_write_buffer_marker2_amd: unsafe extern "system" fn(CommandBuffer, PipelineStageFlags2, Buffer, u64, u32)get_queue_checkpoint_data2_nv: unsafe extern "system" fn(Queue, *mut u32, *mut CheckpointData2NV)

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.