Dependencies for opengles-0.8.3
Libraries
opengles
- base (>=4.7 && <5)
- bytestring
- distributive
- fixed
- future-resource (==0.4.0.0)
- ghc-prim (>=0.4 && <0.5)
- half
- lens
- linear (>=1.20)
- packer (>=0.1.9 && <0.2)
- transformers
- vector
Executables
windmill
- base
- bytestring
- future-resource
- GLFW-b
- opengles
- random
- time
- if !flag(buildexample)
- buildable: False
glsl-sandbox-player
- base
- bytestring
- future-resource
- GLFW-b
- opengles
- time
- if !flag(buildexample)
- buildable: False
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
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 |
buildexample | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info