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