//lib here
http://developer.amd.com/tools-and-s...opengl-es-sdk/
any One did this work proton 3d ogles1 and EGL on win32 please send some example
or web address~~~
thanks
//lib here
http://developer.amd.com/tools-and-s...opengl-es-sdk/
any One did this work proton 3d ogles1 and EGL on win32 please send some example
or web address~~~
thanks
use OGLES1 on win32
code download
http://www.mediafire.com/download/s1...so/irr_egl.zip
and mark those line
/*#ifndef GL_BGRA
// whoa, pretty badly implemented extension...
if (Driver->FeatureAvailable[COGLES1ExtensionHandler::IRR_IMG_texture_format_BG RA8888] ||
Driver->FeatureAvailable[COGLES1ExtensionHandler::IRR_EXT_texture_format_BG RA8888] ||
Driver->FeatureAvailable[COGLES1ExtensionHandler::IRR_APPLE_texture_format_ BGRA8888])
GL_BGRA = 0x80E1;
else
GL_BGRA = GL_RGBA;
#endif*/
Demo
https://plus.google.com/photos/10618...41018774360364
https://plus.google.com/photos/10618...41018774360364
Bookmarks