GLES Vivante GPU in i.MX6 doesn't support glMapBuffer

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

GLES Vivante GPU in i.MX6 doesn't support glMapBuffer

722 Views
kimlim
Contributor III

I tried to make use of glMapBuffer in i.mx6 to create a read write buffer[1] but found that glMapBuffer is not implemented by the GLES of Vivante GPU.

Any way we could create a read write buffer to allow bi-directional GPU-Host communication?

[1] http://www.informit.com/articles/article.aspx?p=2033340&seqNum=2

Tags (2)
0 Kudos
1 Reply

472 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Kim,

From the OpenGL ES2 and ES3 spec and its header file (http://www.khronos.org/registry/gles/api/3.0/gl3.h) and,

the glMapBuffer is not supported. Instead, the glMapBufferRange is supported.

Regards

0 Kudos