We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001f59b commit 595468bCopy full SHA for 595468b
RGFW.h
@@ -946,7 +946,7 @@ typedef RGFW_ENUM(i32, RGFW_glReleaseBehavior) {
946
/*! values for the profile hint */
947
typedef RGFW_ENUM(i32, RGFW_glProfile) {
948
RGFW_glCore = 0, /*!< the core OpenGL version, e.g. just support for that version */
949
- RGFW_glCompatibility, /*!< allow compatibility for older versions of RGFW as well as the requested version */
+ RGFW_glCompatibility, /*!< allow compatibility for older versions of OpenGL as well as the requested version */
950
RGFW_glES /*!< use OpenGL ES */
951
};
952
0 commit comments