/// <summary> /// Sets the underlying OpenCL implementation. /// </summary> public static void SetInterface(ICL10 cl) { _CL20 = null; _CL12 = null; _CL11 = null; _CL10 = cl; }
/// <summary> /// Sets the underlying OpenCL implementation. /// </summary> public static void SetInterface(ICL12 cl) { _CL12 = cl; _CL11 = cl; _CL10 = cl; }