#[repr(C)]pub struct PipelineViewportWScalingStateCreateInfoNV {
pub s_type: StructureType,
pub next: *const c_void,
pub viewport_w_scaling_enable: Bool32,
pub viewport_count: u32,
pub viewport_w_scalings: *const ViewportWScalingNV,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidviewport_w_scaling_enable: Bool32viewport_count: u32viewport_w_scalings: *const ViewportWScalingNVTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more