Function cuda_sys::cudart::cudaBindTexture2D[][src]

pub unsafe extern "C" fn cudaBindTexture2D(
    offset: *mut usize,
    texref: *const textureReference,
    devPtr: *const c_void,
    desc: *const cudaChannelFormatDesc,
    width: usize,
    height: usize,
    pitch: usize
) -> cudaError_t