glfw: correct typo in constant name
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
d2d1f0b222
commit
388f3aa659
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ pub const context_revision = c.GLFW_CONTEXT_REVISION;
|
||||||
pub const context_robustness = c.GLFW_CONTEXT_ROBUSTNESS;
|
pub const context_robustness = c.GLFW_CONTEXT_ROBUSTNESS;
|
||||||
|
|
||||||
/// OpenGL forward-compatibility hint and attribute.
|
/// OpenGL forward-compatibility hint and attribute.
|
||||||
pub const opengl_foward_compat = c.GLFW_OPENGL_FORWARD_COMPAT;
|
pub const opengl_forward_compat = c.GLFW_OPENGL_FORWARD_COMPAT;
|
||||||
|
|
||||||
/// Debug mode context hint and attribute.
|
/// Debug mode context hint and attribute.
|
||||||
pub const opengl_debug_context = c.GLFW_OPENGL_DEBUG_CONTEXT;
|
pub const opengl_debug_context = c.GLFW_OPENGL_DEBUG_CONTEXT;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue