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