pub struct ExtExtendedDynamicState2Fn {
pub cmd_set_patch_control_points_ext: unsafe extern "system" fn(CommandBuffer, u32),
pub cmd_set_rasterizer_discard_enable_ext: unsafe extern "system" fn(CommandBuffer, u32),
pub cmd_set_depth_bias_enable_ext: unsafe extern "system" fn(CommandBuffer, u32),
pub cmd_set_logic_op_ext: unsafe extern "system" fn(CommandBuffer, LogicOp),
pub cmd_set_primitive_restart_enable_ext: unsafe extern "system" fn(CommandBuffer, u32),
}Fields
cmd_set_patch_control_points_ext: unsafe extern "system" fn(CommandBuffer, u32)cmd_set_rasterizer_discard_enable_ext: unsafe extern "system" fn(CommandBuffer, u32)cmd_set_depth_bias_enable_ext: unsafe extern "system" fn(CommandBuffer, u32)cmd_set_logic_op_ext: unsafe extern "system" fn(CommandBuffer, LogicOp)cmd_set_primitive_restart_enable_ext: unsafe extern "system" fn(CommandBuffer, u32)Implementations
sourceimpl ExtExtendedDynamicState2Fn
impl ExtExtendedDynamicState2Fn
pub fn load<F>(_f: F) -> ExtExtendedDynamicState2Fn where
F: FnMut(&CStr) -> *const c_void,
sourcepub unsafe fn cmd_set_patch_control_points_ext(
&self,
command_buffer: CommandBuffer,
patch_control_points: u32
)
pub unsafe fn cmd_set_patch_control_points_ext(
&self,
command_buffer: CommandBuffer,
patch_control_points: u32
)
sourcepub unsafe fn cmd_set_rasterizer_discard_enable_ext(
&self,
command_buffer: CommandBuffer,
rasterizer_discard_enable: u32
)
pub unsafe fn cmd_set_rasterizer_discard_enable_ext(
&self,
command_buffer: CommandBuffer,
rasterizer_discard_enable: u32
)
sourcepub unsafe fn cmd_set_depth_bias_enable_ext(
&self,
command_buffer: CommandBuffer,
depth_bias_enable: u32
)
pub unsafe fn cmd_set_depth_bias_enable_ext(
&self,
command_buffer: CommandBuffer,
depth_bias_enable: u32
)
sourcepub unsafe fn cmd_set_logic_op_ext(
&self,
command_buffer: CommandBuffer,
logic_op: LogicOp
)
pub unsafe fn cmd_set_logic_op_ext(
&self,
command_buffer: CommandBuffer,
logic_op: LogicOp
)
sourcepub unsafe fn cmd_set_primitive_restart_enable_ext(
&self,
command_buffer: CommandBuffer,
primitive_restart_enable: u32
)
pub unsafe fn cmd_set_primitive_restart_enable_ext(
&self,
command_buffer: CommandBuffer,
primitive_restart_enable: u32
)
Trait Implementations
sourceimpl Clone for ExtExtendedDynamicState2Fn
impl Clone for ExtExtendedDynamicState2Fn
sourcepub fn clone(&self) -> ExtExtendedDynamicState2Fn
pub fn clone(&self) -> ExtExtendedDynamicState2Fn
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Send for ExtExtendedDynamicState2Fn
impl Sync for ExtExtendedDynamicState2Fn
Auto Trait Implementations
impl RefUnwindSafe for ExtExtendedDynamicState2Fn
impl Unpin for ExtExtendedDynamicState2Fn
impl UnwindSafe for ExtExtendedDynamicState2Fn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more