pub struct DynamicState(/* private fields */);Expand description
Implementations§
Source§impl DynamicState
impl DynamicState
pub const VIEWPORT: DynamicState
pub const SCISSOR: DynamicState
pub const LINE_WIDTH: DynamicState
pub const DEPTH_BIAS: DynamicState
pub const BLEND_CONSTANTS: DynamicState
pub const DEPTH_BOUNDS: DynamicState
pub const STENCIL_COMPARE_MASK: DynamicState
pub const STENCIL_WRITE_MASK: DynamicState
pub const STENCIL_REFERENCE: DynamicState
pub const CULL_MODE: DynamicState
pub const FRONT_FACE: DynamicState
pub const PRIMITIVE_TOPOLOGY: DynamicState
pub const VIEWPORT_WITH_COUNT: DynamicState
pub const SCISSOR_WITH_COUNT: DynamicState
pub const VERTEX_INPUT_BINDING_STRIDE: DynamicState
pub const DEPTH_TEST_ENABLE: DynamicState
pub const DEPTH_WRITE_ENABLE: DynamicState
pub const DEPTH_COMPARE_OP: DynamicState
pub const DEPTH_BOUNDS_TEST_ENABLE: DynamicState
pub const STENCIL_TEST_ENABLE: DynamicState
pub const STENCIL_OP: DynamicState
pub const RASTERIZER_DISCARD_ENABLE: DynamicState
pub const DEPTH_BIAS_ENABLE: DynamicState
pub const PRIMITIVE_RESTART_ENABLE: DynamicState
pub const LINE_STIPPLE: DynamicState
pub const VIEWPORT_W_SCALING: DynamicState
pub const DISCARD_RECTANGLE: DynamicState
pub const DISCARD_RECTANGLE_ENABLE: DynamicState
pub const DISCARD_RECTANGLE_MODE: DynamicState
pub const SAMPLE_LOCATIONS: DynamicState
pub const RAY_TRACING_PIPELINE_STACK_SIZE: DynamicState
pub const VIEWPORT_SHADING_RATE_PALETTE: DynamicState
pub const VIEWPORT_COARSE_SAMPLE_ORDER: DynamicState
pub const EXCLUSIVE_SCISSOR_ENABLE: DynamicState
pub const EXCLUSIVE_SCISSOR: DynamicState
pub const FRAGMENT_SHADING_RATE: DynamicState
pub const VERTEX_INPUT: DynamicState
Sourcepub const PATCH_CONTROL_POINTS: DynamicState
pub const PATCH_CONTROL_POINTS: DynamicState
Not promoted to 1.3
Sourcepub const LOGIC_OP: DynamicState
pub const LOGIC_OP: DynamicState
Not promoted to 1.3
pub const COLOR_WRITE_ENABLE: DynamicState
pub const DEPTH_CLAMP_ENABLE: DynamicState
pub const POLYGON_MODE: DynamicState
pub const RASTERIZATION_SAMPLES: DynamicState
pub const SAMPLE_MASK: DynamicState
pub const ALPHA_TO_COVERAGE_ENABLE: DynamicState
pub const ALPHA_TO_ONE_ENABLE: DynamicState
pub const LOGIC_OP_ENABLE: DynamicState
pub const COLOR_BLEND_ENABLE: DynamicState
pub const COLOR_BLEND_EQUATION: DynamicState
pub const COLOR_WRITE_MASK: DynamicState
pub const TESSELLATION_DOMAIN_ORIGIN: DynamicState
pub const RASTERIZATION_STREAM: DynamicState
pub const CONSERVATIVE_RASTERIZATION_MODE: DynamicState
pub const EXTRA_PRIMITIVE_OVERESTIMATION_SIZE: DynamicState
pub const DEPTH_CLIP_ENABLE: DynamicState
pub const SAMPLE_LOCATIONS_ENABLE: DynamicState
pub const COLOR_BLEND_ADVANCED: DynamicState
pub const PROVOKING_VERTEX_MODE: DynamicState
pub const LINE_RASTERIZATION_MODE: DynamicState
pub const LINE_STIPPLE_ENABLE: DynamicState
pub const DEPTH_CLIP_NEGATIVE_ONE_TO_ONE: DynamicState
pub const VIEWPORT_W_SCALING_ENABLE: DynamicState
pub const VIEWPORT_SWIZZLE: DynamicState
pub const COVERAGE_TO_COLOR_ENABLE: DynamicState
pub const COVERAGE_TO_COLOR_LOCATION: DynamicState
pub const COVERAGE_MODULATION_MODE: DynamicState
pub const COVERAGE_MODULATION_TABLE_ENABLE: DynamicState
pub const COVERAGE_MODULATION_TABLE: DynamicState
pub const SHADING_RATE_IMAGE_ENABLE: DynamicState
pub const REPRESENTATIVE_FRAGMENT_TEST_ENABLE: DynamicState
pub const COVERAGE_REDUCTION_MODE: DynamicState
pub const ATTACHMENT_FEEDBACK_LOOP_ENABLE: DynamicState
pub const DEPTH_CLAMP_RANGE: DynamicState
pub const fn from_raw(value: i32) -> DynamicState
pub const fn as_raw(self) -> i32
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 Display for DynamicState
impl Display for DynamicState
Source§impl Error for DynamicState
impl Error for DynamicState
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
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 UnsafeUnpin 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