Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lokathor/gl_constants
- Owner: Lokathor
- Created: 2023-02-23T04:27:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T05:11:50.000Z (almost 2 years ago)
- Last Synced: 2024-05-08T09:58:43.972Z (8 months ago)
- Topics: apache2-license, mit-license, rust, zlib-license
- Language: Rust
- Homepage: https://docs.rs/gl_constants
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.