From ab708116362dc34c0a58375f75f4f79524463d35 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Sun, 29 Jul 2018 13:02:25 +0200 Subject: [PATCH] Updated CMake Build Options (markdown) --- CMake-Build-Options.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMake-Build-Options.md b/CMake-Build-Options.md index afc687a..2d8bb62 100644 --- a/CMake-Build-Options.md +++ b/CMake-Build-Options.md @@ -26,7 +26,8 @@ raylib is configurable and can be be built in a variety of ways. Following is a |`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_QUADS_DRAW_MODE` | Use QUADS instead of TRIANGLES for drawing when possible. Some lines-based shapes could still use lines | `ON`| -|`SUPPORT_IMAGE_GENERATION` | Support proedural image generation functionality (gradient, spot, perlin-noise, cellular) | `ON`| +|`SUPPORT_IMAGE_GENERATION` | Support procedural image generation functionality (gradient, spot, perlin-noise, cellular) | `ON`| +|`INCLUDE_EVERYTHING` | Include all optional off-by-default formats in build | `OFF`| |`SUPPORT_FILEFORMAT_PNG` | Support loading PNG as textures | `ON`| |`SUPPORT_FILEFORMAT_DDS` | Support loading DDS as textures | `ON`| |`SUPPORT_FILEFORMAT_HDR` | Support loading HDR as textures | `ON`|