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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

1,536件の閲覧回数
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

タグ(2)
0 件の賞賛
返信
1 返信

1,286件の閲覧回数
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 件の賞賛
返信