Struct vulkano::format::R5G5B5A1UnormPack16 [] [src]

pub struct R5G5B5A1UnormPack16;

Trait Implementations

impl Debug for R5G5B5A1UnormPack16
[src]

Formats the value using the given formatter.

impl Copy for R5G5B5A1UnormPack16
[src]

impl Clone for R5G5B5A1UnormPack16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for R5G5B5A1UnormPack16
[src]

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

impl FormatDesc for R5G5B5A1UnormPack16
[src]

impl PossibleFloatFormatDesc for R5G5B5A1UnormPack16
[src]

Returns true if the format is a float format.

impl PossibleFloatOrCompressedFormatDesc for R5G5B5A1UnormPack16
[src]

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

impl StrongStorage for R5G5B5A1UnormPack16
[src]

impl AcceptsPixels<u16> for R5G5B5A1UnormPack16
[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