Beispiel #1
0
 public void MapGraphicsResources(CUgraphicsResource[] resources, CUstream stream)
 {
     this.LastError = CUDADriver.cuGraphicsMapResources((uint)resources.Length, resources, stream);
 }