You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pavanky I don't have OpenGL ES capable driver on my machine, neither do i know how to install - probably have to install an emulator. But i do know that Jetson TK1 has ES capable driver installed.
Can you test it on the Jetson in our office with the following diff.
Essentially, you will be adding one line regarding glfw window hint for client API. Let me know how it goes.
As far as i understood the difference between ES and Desktop versions, we might face some issues with floating point textures on ES version. Also, texture formats are more restricted compared to desktop version.
Started working on this and hit a road block. glbinding currently has only GL API bindings, they are to release GLES bindings soon either via glbinding or as a separate project. Awaiting the corresponding announcement.
No description provided.
The text was updated successfully, but these errors were encountered: