Struct ash::vk::PipelineViewportWScalingStateCreateInfoNV [−][src]
#[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 ViewportWScalingNV
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more