MateoConLechuga
MateoConLechuga

Reputation: 572

OpenGL Pin PBO memory

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.

Upvotes: 0

Views: 147

Answers (0)

Related Questions