Example #1
0
 public static extern cudaError cudaMalloc3DArray(
     ref IntPtr array,
     ref cudaChannelFormatDesc desc,
     cudaExtent extent,
     uint flags = 0);
Example #2
0
 public static extern cudaError cudaMalloc3DArray(
     ref IntPtr array,
     ref cudaChannelFormatDesc desc,
     cudaExtent extent,
     uint flags = 0);