[−][src]Struct gfx_hal::pso::Rasterizer
Rasterization state.
Fields
polygon_mode: PolygonMode
How to rasterize this primitive.
cull_face: Face
Which face should be culled.
front_face: FrontFace
Which vertex winding is considered to be the front face for culling.
depth_clamping: bool
Whether or not to enable depth clamping; when enabled, instead of fragments being omitted when they are outside the bounds of the z-plane, they will be clamped to the min or max z value.
depth_bias: Option<State<DepthBias>>
What depth bias, if any, to use for the drawn primitives.
conservative: bool
Controls how triangles will be rasterized depending on their overlap with pixels.
Methods
impl Rasterizer
[src]
Trait Implementations
impl PartialEq<Rasterizer> for Rasterizer
[src]
fn eq(&self, other: &Rasterizer) -> bool
[src]
fn ne(&self, other: &Rasterizer) -> bool
[src]
impl Clone for Rasterizer
[src]
fn clone(&self) -> Rasterizer
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for Rasterizer
[src]
impl Debug for Rasterizer
[src]
Auto Trait Implementations
impl Send for Rasterizer
impl Unpin for Rasterizer
impl Sync for Rasterizer
impl UnwindSafe for Rasterizer
impl RefUnwindSafe for Rasterizer
Blanket Implementations
impl<T> Supports<T> for T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,