mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-17 12:39:09 -04:00
update defines for new format etc (#5760)
This commit is contained in:
@ -16,10 +16,10 @@
|
||||
* a single draw call and it also allows users to configure it the same way with their own fonts
|
||||
*
|
||||
* CONFIGURATION:
|
||||
* #define SUPPORT_MODULE_RSHAPES
|
||||
* #define SUPPORT_MODULE_RSHAPES 1
|
||||
* rshapes module is included in the build
|
||||
*
|
||||
* #define SUPPORT_QUADS_DRAW_MODE
|
||||
* #define SUPPORT_QUADS_DRAW_MODE 1
|
||||
* Use QUADS instead of TRIANGLES for drawing when possible. Lines-based shapes still use LINES
|
||||
*
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user