[−][src]Struct rendy_core::hal::pso::BakedStates
Baked-in pipeline states.
Fields
viewport: Option<Viewport>
Static viewport. TODO: multiple viewports
scissor: Option<Rect>
Static scissor. TODO: multiple scissors
blend_color: Option<[f32; 4]>
Static blend constant color.
depth_bounds: Option<Range<f32>>
Static depth bounds.
Trait Implementations
impl Clone for BakedStates
[src][+]
impl Debug for BakedStates
[src][+]
impl Default for BakedStates
[src][+]
impl PartialEq<BakedStates> for BakedStates
[src][+]
impl StructuralPartialEq for BakedStates
[src]
Auto Trait Implementations
impl RefUnwindSafe for BakedStates
impl Send for BakedStates
impl Sync for BakedStates
impl Unpin for BakedStates
impl UnwindSafe for BakedStates
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,