Chris <uchyt...@uw.edu> 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 be used in Interop between
> OpenGL and PyCUDA. It looked like pycuda.gl.RegisteredMapping might be what
> I need but I am unsure.

This may help:
https://wiki.tiker.net/PyCuda/Examples/GlInterop

Andreas

_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
https://lists.tiker.net/listinfo/pycuda

Reply via email to