Struct ash::vk::PipelineViewportWScalingStateCreateInfoNV
source · #[repr(C)]pub struct PipelineViewportWScalingStateCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub viewport_w_scaling_enable: Bool32,
pub viewport_count: u32,
pub p_viewport_w_scalings: *const ViewportWScalingNV,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§viewport_w_scaling_enable: Bool32§viewport_count: u32§p_viewport_w_scalings: *const ViewportWScalingNVImplementations§
Trait Implementations§
source§impl Clone for PipelineViewportWScalingStateCreateInfoNV
impl Clone for PipelineViewportWScalingStateCreateInfoNV
source§fn clone(&self) -> PipelineViewportWScalingStateCreateInfoNV
fn clone(&self) -> PipelineViewportWScalingStateCreateInfoNV
Returns a copy 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 more