removed obsolete flags

master
jestarray 3 månader sedan
förälder
incheckning
5590e8fd50
1 ändrade filer med 2 tillägg och 5 borttagningar
  1. +2
    -5
      CMake-Build-Options.md

+ 2
- 5
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`|
|`SUPPORT_SCREEN_CAPTURE` | Allow automatic screen capture of current screen pressing F12, defined in KeyCallback() | `ON`|

Laddar…
Avbryt
Spara