Example #1
0
 public bool DeletrPrimitive(int index)
 {
     CudaUtil.DeletePrimitive(index);
     return(true);
 }