pub type IPLOpenCLDevice = *mut _IPLOpenCLDevice_t;Expand description
Application-wide state for OpenCL. An OpenCL device must be created before using any of Steam Audio’s Radeon Rays or TrueAudio Next functionality. In terms of the OpenCL API, this object encapsulates a \c cl_context object, along with up to 2 \c cl_command_queue objects.