gl_constants

Crates.iogl_constants
lib.rsgl_constants
version0.1.1
sourcesrc
created_at2023-02-23 04:44:09.26007
updated_at2023-02-23 05:11:35.263841
descriptionDeclares OpenGL and OpenGL ES enumerated constant values.
homepage
repositoryhttps://github.com/Lokathor/gl_constants
max_upload_size
id792324
size468,016
Lokathor (Lokathor)

documentation

README

Docs.rs

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.

Commit count: 5

cargo fmt