示例#1
0
 public void Destroy()
 {
     if (device != IntPtr.Zero)
     {
         PhononCore.iplDestroyComputeDevice(ref device);
     }
 }