File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -959,7 +959,7 @@ typedef RGFW_ENUM(i32, RGFW_glReleaseBehavior) {
959959/*! values for the profile hint */
960960typedef 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*/
22662264RGFWDEF void RGFW_window_swapBuffers_OpenGL(RGFW_window* win);
22672265
You can’t perform that action at this time.
0 commit comments