Crates.io | gl_constants |
lib.rs | gl_constants |
version | 0.1.1 |
source | src |
created_at | 2023-02-23 04:44:09.26007 |
updated_at | 2023-02-23 05:11:35.263841 |
description | Declares OpenGL and OpenGL ES enumerated constant values. |
homepage | |
repository | https://github.com/Lokathor/gl_constants |
max_upload_size | |
id | 792324 |
size | 468,016 |
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.