Struct vulkano::format::R32G32B32A32Sfloat [] [src]

pub struct R32G32B32A32Sfloat;

Trait Implementations

impl Debug for R32G32B32A32Sfloat
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for R32G32B32A32Sfloat
[src]

impl Clone for R32G32B32A32Sfloat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for R32G32B32A32Sfloat
[src]

[src]

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

impl FormatDesc for R32G32B32A32Sfloat
[src]

[src]

[src]

impl PossibleFloatFormatDesc for R32G32B32A32Sfloat
[src]

[src]

Returns true if the format is a float format.

impl PossibleFloatOrCompressedFormatDesc for R32G32B32A32Sfloat
[src]

[src]

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

impl StrongStorage for R32G32B32A32Sfloat
[src]

impl AcceptsPixels<[f32; 4]> for R32G32B32A32Sfloat
[src]

[src]

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

[src]

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

impl AcceptsPixels<f32> for R32G32B32A32Sfloat
[src]

[src]

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

[src]

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

Auto Trait Implementations