horde3d / Horde3D

Horde3D is a small 3D rendering and animation engine. It is written in an effort to create an engine being as lightweight and conceptually clean as possible.
http://horde3d.org/
1.55k stars 308 forks source link

getGLTexID() now works for GLES3 as well #230

Closed JesseVanDis closed 3 months ago

JesseVanDis commented 3 months ago

The 'getGLTexID()' of the 'Horde3DExternalTexture' extension now works for GLES3 as well. It was mostly just copy-paste and renaming some stuff, and it worked

algts commented 3 months ago

Hello. Please create a pull request for develop branch - I'll pull it right away.