Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lokathor/gl_constants

Declares OpenGL and OpenGL ES enumerated constant values.
https://github.com/lokathor/gl_constants

apache2-license mit-license rust zlib-license

Last synced: 5 days ago
JSON representation

Declares OpenGL and OpenGL ES enumerated constant values.

Awesome Lists containing this project

README

        

# [Docs.rs](https://docs.rs/gl_constants)

# gl_constants

Declares OpenGL and OpenGL ES enumerated constant values.

The one constant that's missing from this crate is `GL_ACTIVE_PROGRAM_EXT`,
which is part of the `GL_EXT_separate_shader_objects` extension. It's the only
constant which has a *different* value in OpenGL compared to OpenGL ES. All
other constants are the same value in both APIs.