pub struct DynamicState(/* private fields */);Implementations§
Source§impl DynamicState
impl DynamicState
pub const VIEWPORT: Self
pub const SCISSOR: Self
pub const LINE_WIDTH: Self
pub const DEPTH_BIAS: Self
pub const BLEND_CONSTANTS: Self
pub const DEPTH_BOUNDS: Self
pub const STENCIL_COMPARE_MASK: Self
pub const STENCIL_WRITE_MASK: Self
pub const STENCIL_REFERENCE: Self
pub const CULL_MODE: Self
pub const FRONT_FACE: Self
pub const PRIMITIVE_TOPOLOGY: Self
pub const VIEWPORT_WITH_COUNT: Self
pub const SCISSOR_WITH_COUNT: Self
pub const VERTEX_INPUT_BINDING_STRIDE: Self
pub const DEPTH_TEST_ENABLE: Self
pub const DEPTH_WRITE_ENABLE: Self
pub const DEPTH_COMPARE_OP: Self
pub const DEPTH_BOUNDS_TEST_ENABLE: Self
pub const STENCIL_TEST_ENABLE: Self
pub const STENCIL_OP: Self
pub const RASTERIZER_DISCARD_ENABLE: Self
pub const DEPTH_BIAS_ENABLE: Self
pub const PRIMITIVE_RESTART_ENABLE: Self
pub const LINE_STIPPLE: Self
pub const VIEWPORT_W_SCALING_NV: Self
pub const DISCARD_RECTANGLE_EXT: Self
pub const DISCARD_RECTANGLE_ENABLE_EXT: Self
pub const DISCARD_RECTANGLE_MODE_EXT: Self
pub const SAMPLE_LOCATIONS_EXT: Self
pub const RAY_TRACING_PIPELINE_STACK_SIZE_KHR: Self
pub const VIEWPORT_SHADING_RATE_PALETTE_NV: Self
pub const VIEWPORT_COARSE_SAMPLE_ORDER_NV: Self
pub const EXCLUSIVE_SCISSOR_ENABLE_NV: Self
pub const EXCLUSIVE_SCISSOR_NV: Self
pub const FRAGMENT_SHADING_RATE_KHR: Self
pub const VERTEX_INPUT_EXT: Self
pub const PATCH_CONTROL_POINTS_EXT: Self
pub const LOGIC_OP_EXT: Self
pub const COLOR_WRITE_ENABLE_EXT: Self
pub const DEPTH_CLAMP_ENABLE_EXT: Self
pub const POLYGON_MODE_EXT: Self
pub const RASTERIZATION_SAMPLES_EXT: Self
pub const SAMPLE_MASK_EXT: Self
pub const ALPHA_TO_COVERAGE_ENABLE_EXT: Self
pub const ALPHA_TO_ONE_ENABLE_EXT: Self
pub const LOGIC_OP_ENABLE_EXT: Self
pub const COLOR_BLEND_ENABLE_EXT: Self
pub const COLOR_BLEND_EQUATION_EXT: Self
pub const COLOR_WRITE_MASK_EXT: Self
pub const TESSELLATION_DOMAIN_ORIGIN_EXT: Self
pub const RASTERIZATION_STREAM_EXT: Self
pub const CONSERVATIVE_RASTERIZATION_MODE_EXT: Self
pub const EXTRA_PRIMITIVE_OVERESTIMATION_SIZE_EXT: Self
pub const DEPTH_CLIP_ENABLE_EXT: Self
pub const SAMPLE_LOCATIONS_ENABLE_EXT: Self
pub const COLOR_BLEND_ADVANCED_EXT: Self
pub const PROVOKING_VERTEX_MODE_EXT: Self
pub const LINE_RASTERIZATION_MODE_EXT: Self
pub const LINE_STIPPLE_ENABLE_EXT: Self
pub const DEPTH_CLIP_NEGATIVE_ONE_TO_ONE_EXT: Self
pub const VIEWPORT_W_SCALING_ENABLE_NV: Self
pub const VIEWPORT_SWIZZLE_NV: Self
pub const COVERAGE_TO_COLOR_ENABLE_NV: Self
pub const COVERAGE_TO_COLOR_LOCATION_NV: Self
pub const COVERAGE_MODULATION_MODE_NV: Self
pub const COVERAGE_MODULATION_TABLE_ENABLE_NV: Self
pub const COVERAGE_MODULATION_TABLE_NV: Self
pub const SHADING_RATE_IMAGE_ENABLE_NV: Self
pub const REPRESENTATIVE_FRAGMENT_TEST_ENABLE_NV: Self
pub const COVERAGE_REDUCTION_MODE_NV: Self
pub const ATTACHMENT_FEEDBACK_LOOP_ENABLE_EXT: Self
pub const DEPTH_CLAMP_RANGE_EXT: Self
Trait Implementations§
Source§impl Clone for DynamicState
impl Clone for DynamicState
Source§fn clone(&self) -> DynamicState
fn clone(&self) -> DynamicState
Returns a duplicate 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 moreSource§impl Debug for DynamicState
impl Debug for DynamicState
Source§impl Default for DynamicState
impl Default for DynamicState
Source§fn default() -> DynamicState
fn default() -> DynamicState
Returns the “default value” for a type. Read more
Source§impl Hash for DynamicState
impl Hash for DynamicState
Source§impl Ord for DynamicState
impl Ord for DynamicState
Source§fn cmp(&self, other: &DynamicState) -> Ordering
fn cmp(&self, other: &DynamicState) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DynamicState
impl PartialEq for DynamicState
Source§impl PartialOrd for DynamicState
impl PartialOrd for DynamicState
impl Copy for DynamicState
impl Eq for DynamicState
impl StructuralPartialEq for DynamicState
Auto Trait Implementations§
impl Freeze for DynamicState
impl RefUnwindSafe for DynamicState
impl Send for DynamicState
impl Sync for DynamicState
impl Unpin for DynamicState
impl UnwindSafe for DynamicState
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