Improved modules description -IN PROGRESS-

Working in modules configuration flags...
This commit is contained in:
Ray 2017-02-16 00:50:02 +01:00
parent 1c364cc507
commit 05cff44d0a
15 changed files with 269 additions and 139 deletions

View file

@ -1,17 +1,14 @@
/**********************************************************************************************
*
* raylib.shapes
*
* Basic functions to draw 2d Shapes and check collisions
*
* DEPENDENCIES:
* rlgl - raylib OpenGL abstraction layer
* raylib.shapes - Basic functions to draw 2d Shapes and check collisions
*
* CONFIGURATION:
*
* #define SUPPORT_QUADS_ONLY
* Draw shapes using only QUADS, vertex are accumulated in QUADS arrays (like textures)
*
#define SUPPORT_TRIANGLES_ONLY
* #define SUPPORT_TRIANGLES_ONLY
* Draw shapes using only TRIANGLES, vertex are accumulated in TRIANGLES arrays
*
*
* LICENSE: zlib/libpng