Type Alias cl_buffer_region

Source
pub type cl_buffer_region = _cl_buffer_region;

Aliased Type§

#[repr(C)]
pub struct cl_buffer_region { pub origin: usize, pub size: usize, }

Fields§

§origin: usize§size: usize