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

type Vec3<T> = [T; 3];

Abstracted 3-element container for macro internal use

Trait Implementations

impl Formatted for Vec3<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 Vec3<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 Vec3<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 Vec3<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 Vec3<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 Vec3<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 Vec3<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 Vec3<f32>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.