Struct vk_sys::ComponentMapping [] [src]

pub struct ComponentMapping {
    pub r: ComponentSwizzle,
    pub g: ComponentSwizzle,
    pub b: ComponentSwizzle,
    pub a: ComponentSwizzle,
}

Fields

r: ComponentSwizzle g: ComponentSwizzle b: ComponentSwizzle a: ComponentSwizzle