Type Definition Spirv
pixels
type Spirv = Align4<[u8]>;
Type returned by include_spv, convertible to &[u32]
include_spv
&[u32]
The definition of this type is unstable.
impl Deref for Spirv
type Target = [u32]
The resulting type after dereferencing.
fn deref(&self) -> &[u32]
Dereferences the value.