eglBindTexImage missing?

Hello,

I have noticed that eglBindTexImage is missing in the Imagination SDK library.

I’m getting a linker error

error LNK2019: unresolved external symbol __imp__eglBindTexImage referenced in function…

I’m using the latest libEGL.lib from the SDK. Has anyone else experenced the same problem? Is there a solution?

best regards,
Fredrik

In general, please report any problems with the PowerVR SDK to devrel@imgtec.com.

This is a bug that will be fixed in the next release. As a workaround (and the recommended way to do render-to-texture in OpenGL ES 2.0), use framebuffer objects.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.