iplOpenCLDeviceCreate

Function iplOpenCLDeviceCreate 

Source
pub unsafe extern "C" fn iplOpenCLDeviceCreate(
    context: IPLContext,
    deviceList: IPLOpenCLDeviceList,
    index: IPLint32,
    device: *mut IPLOpenCLDevice,
) -> IPLerror
Expand description

Creates an OpenCL device. The device is specified as an index into an OpenCL device list.

\param context The context used to initialize Steam Audio. \param deviceList The OpenCL device list. \param index The index of the device within the list. \param device [out] The created OpenCL device.

\return Status code indicating whether or not the operation succeeded.