Type Alias CUDA_ARRAY_DESCRIPTOR_v2

Source
pub type CUDA_ARRAY_DESCRIPTOR_v2 = CUDA_ARRAY_DESCRIPTOR_st;
Expand description

Array descriptor

Aliased Type§

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

Fields§

§Width: usize

< Width of array

§Height: usize

< Height of array

§Format: CUarray_format_enum

< Array format

§NumChannels: u32

< Channels per array element