Struct ash::vk::PipelineViewportSwizzleStateCreateInfoNV
source · #[repr(C)]pub struct PipelineViewportSwizzleStateCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: PipelineViewportSwizzleStateCreateFlagsNV,
pub viewport_count: u32,
pub p_viewport_swizzles: *const ViewportSwizzleNV,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: PipelineViewportSwizzleStateCreateFlagsNV
§viewport_count: u32
§p_viewport_swizzles: *const ViewportSwizzleNV
Implementations§
Trait Implementations§
source§impl Clone for PipelineViewportSwizzleStateCreateInfoNV
impl Clone for PipelineViewportSwizzleStateCreateInfoNV
source§fn clone(&self) -> PipelineViewportSwizzleStateCreateInfoNV
fn clone(&self) -> PipelineViewportSwizzleStateCreateInfoNV
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