Skip to content

Commit 93c3546

Browse files
Merge pull request #428 from Hedgehogsoft/main
fix documentation error
2 parents 31cd82d + 6966d6c commit 93c3546

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

RGFW.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ typedef RGFW_ENUM(i32, RGFW_glReleaseBehavior) {
959959
/*! values for the profile hint */
960960
typedef RGFW_ENUM(i32, RGFW_glProfile) {
961961
RGFW_glCore = 0, /*!< the core OpenGL version, e.g. just support for that version */
962-
RGFW_glForwardCompatibility, /*!< allow compatibility for older versions of OpenGL as well as the requested version */
962+
RGFW_glForwardCompatibility, /*!< only compatibility for newer versions of OpenGL as well as the requested version */
963963
RGFW_glCompatibility, /*!< allow compatibility for older versions of OpenGL as well as the requested version */
964964
RGFW_glES /*!< use OpenGL ES */
965965
};
@@ -2260,8 +2260,6 @@ RGFWDEF void RGFW_window_makeCurrentContext_OpenGL(RGFW_window* win);
22602260
/**!
22612261
* @brief Swaps the OpenGL buffers for the specified window.
22622262
* @param win A pointer to the RGFW_window whose buffers should be swapped.
2263-
*
2264-
* @note Typically called by RGFW_window_swapInterval.
22652263
*/
22662264
RGFWDEF void RGFW_window_swapBuffers_OpenGL(RGFW_window* win);
22672265

0 commit comments

Comments
 (0)