glfw: update native APIs to glfw@master

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-06-11 15:45:30 -07:00 committed by Stephen Gutekanst
parent 199a3dce78
commit 2db01e1a32
3 changed files with 43 additions and 4 deletions

View file

@ -86,7 +86,7 @@ pub inline fn getCurrentContext() ?Window {
/// Possible errors include glfw.Error.NotInitialized, glfw.Error.NoCurrentContext and glfw.Error.PlatformError.
///
/// This function is not called during context creation, leaving the swap interval set to whatever
/// is the default on that platform. This is done because some swap interval extensions used by
/// is the default for that API. This is done because some swap interval extensions used by
/// GLFW do not allow the swap interval to be reset to zero once it has been set to a non-zero
/// value.
///