Exemple #1
0
 /// <summary>
 /// Set the native device pointer
 /// </summary>
 /// <param name="nativeDevicePointer"></param>
 public void Set(IntPtr nativeDevicePointer)
 {
     OclInvoke.oclDeviceSet(_ptr, nativeDevicePointer);
 }