Type Alias CUDA_ARRAY3D_DESCRIPTOR

Source
pub type CUDA_ARRAY3D_DESCRIPTOR = CUDA_ARRAY3D_DESCRIPTOR_v2;
Expand description

3D array descriptor

Aliased Type§

#[repr(C)]
pub struct CUDA_ARRAY3D_DESCRIPTOR { pub Width: usize, pub Height: usize, pub Depth: usize, pub Format: CUarray_format_enum, pub NumChannels: u32, pub Flags: u32, }

Fields§

§Width: usize

< Width of 3D array

§Height: usize

< Height of 3D array

§Depth: usize

< Depth of 3D array

§Format: CUarray_format_enum

< Array format

§NumChannels: u32

< Channels per array element

§Flags: u32

< Flags