Crates.io | optimisticpeach-opengles_graphics |
lib.rs | optimisticpeach-opengles_graphics |
version | 0.1.4 |
source | src |
created_at | 2018-12-26 04:44:35.153914 |
updated_at | 2018-12-28 03:18:34.170944 |
description | An OpenGL ES 2D back-end for the Piston game engine |
homepage | https://github.com/OptimisticPeach/opengles_graphics_updated.git |
repository | https://github.com/OptimisticPeach/opengles_graphics_updated.git |
max_upload_size | |
id | 103813 |
size | 552,964 |
#THIS IS MEANT TO BE A DEPENDENCY FOR android_base
An OpenGL ES 2D back-end for the Piston game engine
Maintainers: @drakulix Regulary updated fork of PistonDevelopers/opengl_graphics
OpenGL ES needs to load function pointers before use. If you are experiencing strange error messages like "X not loaded" this is likely the case. To do this, see the README in gl-rs
The necessary GL interface is exposed under opengles_graphics::gl
.
Currently only supportes GLSL Version 100 & GL ES Version 2.0.