opencl-dynamic-sys 0.1.1

Rust library to handle the dynamic load of the OpenCL shared library
Documentation
1
2
3
4
5
6
7
use crate::types::cl_layer::{cl_layer_api_version, cl_layer_info};

// cl_loader_layers
pub const CL_LAYER_API_VERSION: cl_layer_info = 0x4240;
pub const CL_LAYER_NAME: cl_layer_info = 0x4241;

pub const CL_LAYER_API_VERSION_100: cl_layer_api_version = 100;