Struct vulkano::format::R16G16B16A16Uscaled [] [src]

pub struct R16G16B16A16Uscaled;

Trait Implementations

impl Default for R16G16B16A16Uscaled
[src]

fn default() -> R16G16B16A16Uscaled

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

impl Clone for R16G16B16A16Uscaled
[src]

fn clone(&self) -> R16G16B16A16Uscaled

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

impl Debug for R16G16B16A16Uscaled
[src]

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

Formats the value using the given formatter.

impl FormatDesc for R16G16B16A16Uscaled
[src]

type ClearValue = [f32; 4]

fn format(&self) -> Format

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

impl PossibleFloatFormatDesc for R16G16B16A16Uscaled
[src]

fn is_float(&self) -> bool

Returns true if the format is a float format.

impl PossibleFloatOrCompressedFormatDesc for R16G16B16A16Uscaled
[src]

fn is_float_or_compressed(&self) -> bool

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

impl StrongStorage for R16G16B16A16Uscaled
[src]

type Pixel = [u16; 4]