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

Fix engine initialization on some OpenGL implementations #151

Closed algts closed 4 years ago

algts commented 4 years ago

This commit fixes engine init on implementations where some extensions are not available, but other similar extensions are available. Also forgotten commit that fixes incorrect merge on h3dSetShaderPreambles function is also there.

P.S. Android support is pretty much done, some light tweaks are still necessary, hope to push it to develop before Christmas.