PBO Support on with Raspberry Pi?
Posted: Mon Aug 13, 2018 2:53 pm
Does anyone know if PBO are supported through extension on the Pi with GLES2.0? I searched the header files and see the defines in GL/glext.h that I would expect, but before I go down that path, I want to make sure it works.
What I am specifically working on is looking at experimenting with pushing video frames into a texture, and using a PBO so I can have asynchronous GL usage of that data. I want to see how well that performs since the current method I am using blocks the GL pipeline until the transfer is complete.
What I am specifically working on is looking at experimenting with pushing video frames into a texture, and using a PBO so I can have asynchronous GL usage of that data. I want to see how well that performs since the current method I am using blocks the GL pipeline until the transfer is complete.