Struct vk_sys::ComponentMapping [] [src]

#[repr(C)]
pub struct ComponentMapping { pub r: ComponentSwizzle, pub g: ComponentSwizzle, pub b: ComponentSwizzle, pub a: ComponentSwizzle, }

Fields