glfw: zig fmt
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8137f1a914
commit
7ebe8cde5e
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ pub inline fn getError() Error!void {
|
|||
|
||||
/// Returns and clears the last error description for the calling thread.
|
||||
///
|
||||
/// This function returns a UTF-8 encoded human-readable description of the last error that occured
|
||||
/// This function returns a UTF-8 encoded human-readable description of the last error that occured
|
||||
/// on the calling thread. If no error has occurred since the last call, it returns null.
|
||||
///
|
||||
/// @pointer_lifetime The returned string is allocated and freed by GLFW. You should not free it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue