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