pub unsafe extern "C" fn iplOpenCLDeviceListCreate(
context: IPLContext,
settings: *mut IPLOpenCLDeviceSettings,
deviceList: *mut IPLOpenCLDeviceList,
) -> IPLerrorExpand description
Creates an OpenCL device list. This involves listing all available OpenCL devices on the user’s system.
\param context The context used to initialize Steam Audio. \param settings The requirements that all listed OpenCL devices must satisfy. \param deviceList [out] The created OpenCL device list.
\return Status code indicating whether or not the operation succeeded.