Struct ocl_core::cl_h::cl_buffer_region []

pub struct cl_buffer_region {
    pub origin: usize,
    pub size: usize,
}

Fields

origin: usize size: usize