Dependencies for opengles-0.8.3

library
windmill
glsl-sandbox-player

Flags

Automatic Flags
NameDescriptionDefault
useegl

By default, EGL APIs are used to get OpenGL function pointers. If Disabled, use native library instead of EGL. e.g. WGL, GLX or dlsym.

Enabled
staticlinkes3

By default, OpenGL ES 3.0 APIs are dynamic linked. If Enabled, may cause runtime link error on unsupported environment. OpenGL ES 2.0 APIs are always statically linked.

Disabled
staticlinkegl15

By default, EGL 1.5 APIs are dynamic linked. If Enabled, may cause runtime link error on unsupported environment. EGL 1.4 APIs are always statically linked.

Disabled
buildexampleEnabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info