Struct vulkano::format::R16G16Sint [] [src]

pub struct R16G16Sint;

Trait Implementations

impl Default for R16G16Sint
[src]

fn default() -> R16G16Sint

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

impl Clone for R16G16Sint
[src]

fn clone(&self) -> R16G16Sint

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

impl Debug for R16G16Sint
[src]

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

Formats the value using the given formatter.

impl FormatDesc for R16G16Sint
[src]

type ClearValue = [i32; 2]

fn format(&self) -> Format

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

impl PossibleSintFormatDesc for R16G16Sint
[src]

fn is_sint(&self) -> bool

impl StrongStorage for R16G16Sint
[src]

type Pixel = [i16; 2]