From 5590e8fd506eb6497c051b091e0317823319ebec Mon Sep 17 00:00:00 2001 From: jestarray <34615798+jestarray@users.noreply.github.com> Date: Fri, 6 Jun 2025 13:09:41 -0700 Subject: [PATCH] removed obsolete flags --- CMake-Build-Options.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CMake-Build-Options.md b/CMake-Build-Options.md index 4dfd106..0fd2c06 100644 --- a/CMake-Build-Options.md +++ b/CMake-Build-Options.md @@ -60,7 +60,7 @@ You must set `CUSTOMIZE_BUILD` to ON in order for many of these options to apply |`SUPPORT_FILEFORMAT_FNT` | Support loading fonts in FNT format | `ON`| |`SUPPORT_FILEFORMAT_BDF` | Support loading fonts in BDF format | `OFF`| |`SUPPORT_TEXT_MANIPULATION` | ... | `ON`| -|`SUPPORT_FONT_ATLAS_WHITE_REC` | ... | `ON`| +|`SUPPORT_FONT_ATLAS_WHITE_REC` | Draw rectangle shapes using font texture white character instead of default white texture. Allows drawing rectangles and text with a single draw call, very useful for GUI systems! | `ON`| |`SUPPORT_FILEFORMAT_OBJ` | Support loading OBJ file format | `ON`| |`SUPPORT_FILEFORMAT_MTL` | Support loading MTL file format | `ON`| |`SUPPORT_FILEFORMAT_IQM` | Support loading IQM file format | `ON`| @@ -79,7 +79,4 @@ You must set `CUSTOMIZE_BUILD` to ON in order for many of these options to apply |`SUPPORT_SAVE_PNG` | Support saving image data in PNG file format | `ON`| |`SUPPORT_SAVE_BMP` | Support saving image data in BMP file format | `OFF`| |`SUPPORT_TRACELOG` | Show TraceLog() output messages. NOTE: By default LOG_DEBUG traces not shown | `ON`| -|`SUPPORT_SCREEN_CAPTURE` | Allow automatic screen capture of current screen pressing F12, defined in KeyCallback() | `ON`| -|`SUPPORT_VR_SIMULATOR` | Support VR simulation functionality (stereo rendering) | `ON`| -|`SUPPORT_DISTORTION_SHADER` | Include stereo rendering distortion shader (shader_distortion.h) | `ON`| -|`SUPPORT_FONT_TEXTURE` | Draw rectangle shapes using font texture white character instead of default white texture. Allows drawing rectangles and text with a single draw call, very useful for GUI systems! | `ON`| \ No newline at end of file +|`SUPPORT_SCREEN_CAPTURE` | Allow automatic screen capture of current screen pressing F12, defined in KeyCallback() | `ON`| \ No newline at end of file