From 803fc94309a52b14ad40b70465126abbf341f6b0 Mon Sep 17 00:00:00 2001 From: Sam Watson Date: Tue, 12 Sep 2023 22:54:23 +1200 Subject: [PATCH] List OpenGL 4.3 as an option --- CMake-Build-Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake-Build-Options.md b/CMake-Build-Options.md index 94e1bb5..6ee9366 100644 --- a/CMake-Build-Options.md +++ b/CMake-Build-Options.md @@ -8,7 +8,7 @@ You must define `-DCUSTOMIZE_BUILD=ON` in order for many of these options to app |:-----------------------------:|:-----------------------------------------------------:|:------------:| |`USE_EXTERNAL_GLFW` | Link raylib against system GLFW instead of embedded one | **`OFF`** `ON` `IF_POSSIBLE`| |`PLATFORM` | Platform to build for. | **`Desktop`** `Web` `Android` `Raspberry Pi`| -|`OPENGL_VERSION` | Force a specific OpenGL Version? | **`OFF`** `3.3` `2.1` `1.1` `ES 2.0`| +|`OPENGL_VERSION` | Force a specific OpenGL Version? | **`OFF`** `4.3` `3.3` `2.1` `1.1` `ES 2.0`| | **Binary Option** | **Description** | **Default** Value| |:-----------------------------:|:-----------------------------------------------------:|:------------:|