Struct vulkano::format::R16G16B16A16Sfloat [] [src]

pub struct R16G16B16A16Sfloat;

Trait Implementations

impl Debug for R16G16B16A16Sfloat
[src]

Formats the value using the given formatter.

impl Copy for R16G16B16A16Sfloat
[src]

impl Clone for R16G16B16A16Sfloat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for R16G16B16A16Sfloat
[src]

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

impl FormatDesc for R16G16B16A16Sfloat
[src]

impl PossibleFloatFormatDesc for R16G16B16A16Sfloat
[src]

Returns true if the format is a float format.

impl PossibleFloatOrCompressedFormatDesc for R16G16B16A16Sfloat
[src]

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

impl StrongStorage for R16G16B16A16Sfloat
[src]

impl AcceptsPixels<[f16; 4]> for R16G16B16A16Sfloat
[src]

Returns an error if T cannot be used as a source of pixels for Self.

The number of Ts which make up a single pixel. Read more

impl AcceptsPixels<f16> for R16G16B16A16Sfloat
[src]

Returns an error if T cannot be used as a source of pixels for Self.

The number of Ts which make up a single pixel. Read more