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
sourceimpl Clone for ExtExtendedDynamicStateFn
impl Clone for ExtExtendedDynamicStateFn
sourcefn clone(&self) -> ExtExtendedDynamicStateFn
fn clone(&self) -> ExtExtendedDynamicStateFn
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Send for ExtExtendedDynamicStateFn
impl Sync for ExtExtendedDynamicStateFn
Auto Trait Implementations
impl RefUnwindSafe for ExtExtendedDynamicStateFn
impl Unpin for ExtExtendedDynamicStateFn
impl UnwindSafe for ExtExtendedDynamicStateFn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more