pub struct ExtTransformFeedbackFn {
    pub cmd_bind_transform_feedback_buffers_ext: unsafe extern "system" fn(CommandBuffer, u32, u32, *const Buffer, *const u64, *const u64),
    pub cmd_begin_transform_feedback_ext: unsafe extern "system" fn(CommandBuffer, u32, u32, *const Buffer, *const u64),
    pub cmd_end_transform_feedback_ext: unsafe extern "system" fn(CommandBuffer, u32, u32, *const Buffer, *const u64),
    pub cmd_begin_query_indexed_ext: unsafe extern "system" fn(CommandBuffer, QueryPool, u32, QueryControlFlags, u32),
    pub cmd_end_query_indexed_ext: unsafe extern "system" fn(CommandBuffer, QueryPool, u32, u32),
    pub cmd_draw_indirect_byte_count_ext: unsafe extern "system" fn(CommandBuffer, u32, u32, Buffer, u64, u32, u32),
}

Fields

cmd_bind_transform_feedback_buffers_ext: unsafe extern "system" fn(CommandBuffer, u32, u32, *const Buffer, *const u64, *const u64)cmd_begin_transform_feedback_ext: unsafe extern "system" fn(CommandBuffer, u32, u32, *const Buffer, *const u64)cmd_end_transform_feedback_ext: unsafe extern "system" fn(CommandBuffer, u32, u32, *const Buffer, *const u64)cmd_begin_query_indexed_ext: unsafe extern "system" fn(CommandBuffer, QueryPool, u32, QueryControlFlags, u32)cmd_end_query_indexed_ext: unsafe extern "system" fn(CommandBuffer, QueryPool, u32, u32)cmd_draw_indirect_byte_count_ext: unsafe extern "system" fn(CommandBuffer, u32, u32, Buffer, u64, u32, u32)

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.