Function create_sampler

Source
pub fn create_sampler(
    context: &WrappedMutablePointer<c_void>,
    normalized_coords: cl_bool,
    addressing_mode: cl_addressing_mode,
    filter_mode: cl_filter_mode,
) -> Result<WrappedMutablePointer<c_void>, OpenCLAPIError>