mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Shallow formatting pass.
This commit is contained in:
+2
-3
@@ -86,8 +86,7 @@ void _glfwParseGLVersion( int *major, int *minor, int *rev )
|
||||
}
|
||||
|
||||
//========================================================================
|
||||
// _glfwStringInExtensionString() - Check if a string can be found in an
|
||||
// OpenGL extension string
|
||||
// Check if a string can be found in an OpenGL extension string
|
||||
//========================================================================
|
||||
|
||||
int _glfwStringInExtensionString( const char *string,
|
||||
@@ -191,7 +190,7 @@ GLFWAPI int glfwExtensionSupported( const char *extension )
|
||||
|
||||
|
||||
//========================================================================
|
||||
// glfwGetProcAddress() - Get the function pointer to an OpenGL function.
|
||||
// Get the function pointer to an OpenGL function.
|
||||
// This function can be used to get access to extended OpenGL functions.
|
||||
//========================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user