[PyCUDA] Pixel Buffer Object Mapping Pointer

2016-10-15 Thread Chris
I know that PyCUDA runs on the driver API, so it might be a little different but I am looking for the equivalent of something like this cudaGraphicsResourceGetMappedPointer(). I am manipulating an array in CUDA and need to point the PBO to it so that it can be used in Interop between OpenGL and

Re: [PyCUDA] Pixel Buffer Object Mapping Pointer

2016-10-15 Thread Andreas Kloeckner
Chris writes: > I know that PyCUDA runs on the driver API, so it might be a little different > but I am looking for the equivalent of something like this > cudaGraphicsResourceGetMappedPointer(). I am manipulating an array in CUDA > and need to point the PBO to it so that it can