pub struct ExtExtendedDynamicStateFn {
    pub cmd_set_cull_mode_ext: unsafe extern "system" fn(CommandBuffer, CullModeFlags),
    pub cmd_set_front_face_ext: unsafe extern "system" fn(CommandBuffer, FrontFace),
    pub cmd_set_primitive_topology_ext: unsafe extern "system" fn(CommandBuffer, PrimitiveTopology),
    pub cmd_set_viewport_with_count_ext: unsafe extern "system" fn(CommandBuffer, u32, *const Viewport),
    pub cmd_set_scissor_with_count_ext: unsafe extern "system" fn(CommandBuffer, u32, *const Rect2D),
    pub cmd_bind_vertex_buffers2_ext: unsafe extern "system" fn(CommandBuffer, u32, u32, *const Buffer, *const u64, *const u64, *const u64),
    pub cmd_set_depth_test_enable_ext: unsafe extern "system" fn(CommandBuffer, u32),
    pub cmd_set_depth_write_enable_ext: unsafe extern "system" fn(CommandBuffer, u32),
    pub cmd_set_depth_compare_op_ext: unsafe extern "system" fn(CommandBuffer, CompareOp),
    pub cmd_set_depth_bounds_test_enable_ext: unsafe extern "system" fn(CommandBuffer, u32),
    pub cmd_set_stencil_test_enable_ext: unsafe extern "system" fn(CommandBuffer, u32),
    pub cmd_set_stencil_op_ext: unsafe extern "system" fn(CommandBuffer, StencilFaceFlags, StencilOp, StencilOp, StencilOp, CompareOp),
}

Fields

cmd_set_cull_mode_ext: unsafe extern "system" fn(CommandBuffer, CullModeFlags)cmd_set_front_face_ext: unsafe extern "system" fn(CommandBuffer, FrontFace)cmd_set_primitive_topology_ext: unsafe extern "system" fn(CommandBuffer, PrimitiveTopology)cmd_set_viewport_with_count_ext: unsafe extern "system" fn(CommandBuffer, u32, *const Viewport)cmd_set_scissor_with_count_ext: unsafe extern "system" fn(CommandBuffer, u32, *const Rect2D)cmd_bind_vertex_buffers2_ext: unsafe extern "system" fn(CommandBuffer, u32, u32, *const Buffer, *const u64, *const u64, *const u64)cmd_set_depth_test_enable_ext: unsafe extern "system" fn(CommandBuffer, u32)cmd_set_depth_write_enable_ext: unsafe extern "system" fn(CommandBuffer, u32)cmd_set_depth_compare_op_ext: unsafe extern "system" fn(CommandBuffer, CompareOp)cmd_set_depth_bounds_test_enable_ext: unsafe extern "system" fn(CommandBuffer, u32)cmd_set_stencil_test_enable_ext: unsafe extern "system" fn(CommandBuffer, u32)cmd_set_stencil_op_ext: unsafe extern "system" fn(CommandBuffer, StencilFaceFlags, StencilOp, StencilOp, StencilOp, CompareOp)

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.