Struct screen_13::prelude::vk::ExtExtendedDynamicState2Fn
source · 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§
Trait Implementations§
source§impl Clone for ExtExtendedDynamicState2Fn
impl Clone for ExtExtendedDynamicState2Fn
source§fn clone(&self) -> ExtExtendedDynamicState2Fn
fn clone(&self) -> ExtExtendedDynamicState2Fn
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more