[][src]Trait bedrock::PixelFormat

pub trait PixelFormat {
    fn bit_width(self) -> usize;
fn components(self) -> FormatComponents;
fn element_type(self) -> ElementType; }

For testing format traits

Required methods

fn bit_width(self) -> usize

fn components(self) -> FormatComponents

fn element_type(self) -> ElementType

Loading content...

Implementors

impl PixelFormat for VkFormat[src]

Loading content...