Skip to main content

CUextent3D

Type Alias CUextent3D 

Source
pub type CUextent3D = CUextent3D_v1;

Aliased Type§

#[repr(C)]
pub struct CUextent3D { pub width: usize, pub height: usize, pub depth: usize, }

Fields§

§width: usize§height: usize§depth: usize