Function hip_sys::hiprt::hipBindTexture2D
source · pub unsafe extern "C" fn hipBindTexture2D(
offset: *mut usize,
tex: *const textureReference,
devPtr: *const c_void,
desc: *const hipChannelFormatDesc,
width: usize,
height: usize,
pitch: usize
) -> hipError_t