Type Definition gfx_core::format::Vec4[][src]

type Vec4<T> = [T; 4];

Abstracted 4-element container for macro internal use

Trait Implementations

impl Formatted for Vec4<u8>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec4<i8>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec4<U8Norm>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec4<I8Norm>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec4<u16>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec4<i16>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec4<U16Norm>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec4<I16Norm>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec4<F16>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec4<u32>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec4<i32>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec4<f32>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.