OpenGL Pin PBO memory

166 Views Asked by At

Is it possible to pin a PBO for read and/or write to system memory? Ideally it would be nice to avoid having to synchronize with glMapBuffer and glUnmapBuffer, and use some other way to send the frame via DMA to/from system memory to the GPU.

0

There are 0 best solutions below