Struct gfx_core::format::Swizzle [] [src]

pub struct Swizzle(pub ChannelSource, pub ChannelSource, pub ChannelSource, pub ChannelSource);

Channel swizzle configuration for the resource views. Note: It's not currently mirrored at compile-time, thus providing less safety and convenience.

Methods

impl Swizzle

fn new() -> Swizzle

Create a new swizzle where each channel is unmapped.

Trait Implementations

Derived Implementations

impl Debug for Swizzle

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Swizzle

fn clone(&self) -> Swizzle

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for Swizzle

impl Hash for Swizzle

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialOrd for Swizzle

fn partial_cmp(&self, __arg_0: &Swizzle) -> Option<Ordering>

fn lt(&self, __arg_0: &Swizzle) -> bool

fn le(&self, __arg_0: &Swizzle) -> bool

fn gt(&self, __arg_0: &Swizzle) -> bool

fn ge(&self, __arg_0: &Swizzle) -> bool

impl PartialEq for Swizzle

fn eq(&self, __arg_0: &Swizzle) -> bool

fn ne(&self, __arg_0: &Swizzle) -> bool

impl Ord for Swizzle

fn cmp(&self, __arg_0: &Swizzle) -> Ordering

impl Eq for Swizzle