Remove old flag
This commit is contained in:
parent
2b6e7c8632
commit
d64f27bad1
2 changed files with 0 additions and 7 deletions
|
@ -111,9 +111,6 @@
|
||||||
//------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------
|
||||||
// Module: shapes - Configuration Flags
|
// Module: shapes - Configuration Flags
|
||||||
//------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------
|
||||||
// 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!
|
|
||||||
#define SUPPORT_FONT_TEXTURE 1
|
|
||||||
// Use QUADS instead of TRIANGLES for drawing when possible
|
// Use QUADS instead of TRIANGLES for drawing when possible
|
||||||
// Some lines-based shapes could still use lines
|
// Some lines-based shapes could still use lines
|
||||||
#define SUPPORT_QUADS_DRAW_MODE 1
|
#define SUPPORT_QUADS_DRAW_MODE 1
|
||||||
|
|
|
@ -4,10 +4,6 @@
|
||||||
*
|
*
|
||||||
* CONFIGURATION:
|
* CONFIGURATION:
|
||||||
*
|
*
|
||||||
* #define 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!
|
|
||||||
*
|
|
||||||
* #define SUPPORT_QUADS_DRAW_MODE
|
* #define SUPPORT_QUADS_DRAW_MODE
|
||||||
* Use QUADS instead of TRIANGLES for drawing when possible.
|
* Use QUADS instead of TRIANGLES for drawing when possible.
|
||||||
* Some lines-based shapes could still use lines
|
* Some lines-based shapes could still use lines
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue