Struct vulkano::format::BC1_RGBUnormBlock [] [src]

pub struct BC1_RGBUnormBlock;

Trait Implementations

impl Default for BC1_RGBUnormBlock
[src]

fn default() -> BC1_RGBUnormBlock

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

impl Clone for BC1_RGBUnormBlock
[src]

fn clone(&self) -> BC1_RGBUnormBlock

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 BC1_RGBUnormBlock
[src]

impl Debug for BC1_RGBUnormBlock
[src]

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

Formats the value using the given formatter.

impl FormatDesc for BC1_RGBUnormBlock
[src]

type ClearValue = [f32; 4]

fn format(&self) -> Format

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

impl PossibleCompressedFormatDesc for BC1_RGBUnormBlock
[src]

fn is_compressed(&self) -> bool

impl PossibleFloatOrCompressedFormatDesc for BC1_RGBUnormBlock
[src]

fn is_float_or_compressed(&self) -> bool

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