gl_constants 0.1.1

Declares OpenGL and OpenGL ES enumerated constant values.
Documentation
  • Coverage
  • 53.4%
    3189 out of 5972 items documented0 out of 0 items with examples
  • Size
  • Source code size: 467.92 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 136.23 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 30s Average build duration of successful builds.
  • all releases: 30s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Lokathor/gl_constants
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Lokathor

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.