luqmana / rust-opencl

OpenCL bindings for Rust.
Other
170 stars 42 forks source link

Added more bindings to cl_get_device_info #58

Closed BeauJoh closed 9 years ago

BeauJoh commented 9 years ago

Specifically device specific functions to return a string about the vendor, profile and device_type.

Concerns: 'device_type' should actually be just 'type' to conform closer to the API, but I couldn't figure out how to override a rust primitive.

eholk commented 9 years ago

Thanks!