[][src]Type Definition pixels::Spirv

type Spirv = Align4<[u8]>;

Type returned by include_spv, convertible to &[u32]

The definition of this type is unstable.

Trait Implementations

impl Deref for Spirv[src]

type Target = [u32]

The resulting type after dereferencing.