Struct ash::extensions::ext::ExtendedDynamicState2
source · pub struct ExtendedDynamicState2 { /* private fields */ }
Expand description
Implementations§
source§impl ExtendedDynamicState2
impl ExtendedDynamicState2
pub fn new(instance: &Instance, device: &Device) -> Self
sourcepub unsafe fn cmd_set_patch_control_points(
&self,
command_buffer: CommandBuffer,
patch_control_points: u32
)
pub unsafe fn cmd_set_patch_control_points( &self, command_buffer: CommandBuffer, patch_control_points: u32 )
sourcepub unsafe fn cmd_set_rasterizer_discard_enable(
&self,
command_buffer: CommandBuffer,
rasterizer_discard_enable: bool
)
pub unsafe fn cmd_set_rasterizer_discard_enable( &self, command_buffer: CommandBuffer, rasterizer_discard_enable: bool )
sourcepub unsafe fn cmd_set_depth_bias_enable(
&self,
command_buffer: CommandBuffer,
depth_bias_enable: bool
)
pub unsafe fn cmd_set_depth_bias_enable( &self, command_buffer: CommandBuffer, depth_bias_enable: bool )
sourcepub unsafe fn cmd_set_logic_op(
&self,
command_buffer: CommandBuffer,
logic_op: LogicOp
)
pub unsafe fn cmd_set_logic_op( &self, command_buffer: CommandBuffer, logic_op: LogicOp )
sourcepub unsafe fn cmd_set_primitive_restart_enable(
&self,
command_buffer: CommandBuffer,
primitive_restart_enable: bool
)
pub unsafe fn cmd_set_primitive_restart_enable( &self, command_buffer: CommandBuffer, primitive_restart_enable: bool )
pub const fn name() -> &'static CStr
pub fn fp(&self) -> &ExtExtendedDynamicState2Fn
Trait Implementations§
source§impl Clone for ExtendedDynamicState2
impl Clone for ExtendedDynamicState2
source§fn clone(&self) -> ExtendedDynamicState2
fn clone(&self) -> ExtendedDynamicState2
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 moreAuto Trait Implementations§
impl RefUnwindSafe for ExtendedDynamicState2
impl Send for ExtendedDynamicState2
impl Sync for ExtendedDynamicState2
impl Unpin for ExtendedDynamicState2
impl UnwindSafe for ExtendedDynamicState2
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more