Struct vulkano::format::B10G11R11UfloatPack32 [] [src]

pub struct B10G11R11UfloatPack32;

Trait Implementations

impl Default for B10G11R11UfloatPack32
[src]

fn default() -> B10G11R11UfloatPack32

Returns the "default value" for a type. Read more

impl Clone for B10G11R11UfloatPack32
[src]

fn clone(&self) -> B10G11R11UfloatPack32

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for B10G11R11UfloatPack32
[src]

impl Debug for B10G11R11UfloatPack32
[src]

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

Formats the value using the given formatter.

impl FormatDesc for B10G11R11UfloatPack32
[src]

type ClearValue = [f32; 3]

fn format(&self) -> Format

fn decode_clear_value(&self, val: Self::ClearValue) -> ClearValue

impl PossibleFloatFormatDesc for B10G11R11UfloatPack32
[src]

fn is_float(&self) -> bool

Returns true if the format is a float format.

impl PossibleFloatOrCompressedFormatDesc for B10G11R11UfloatPack32
[src]

fn is_float_or_compressed(&self) -> bool

Returns true if the format is a float or compressed format.

impl StrongStorage for B10G11R11UfloatPack32
[src]

type Pixel = u32