Struct gfx_hal::pso::Viewport [−][src]
A viewport, generally equating to a window on a display.
Fields
rect: Rect
The viewport boundaries.
depth: Range<f32>
The viewport depth limits.
Trait Implementations
impl StructuralPartialEq for Viewport
[src]
impl StructuralPartialEq for Viewport
[src]Auto Trait Implementations
impl RefUnwindSafe for Viewport
impl RefUnwindSafe for Viewport
impl UnwindSafe for Viewport
impl UnwindSafe for Viewport