mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-23 03:28:30 +00:00
Update to version 1.1.1
Check CHANGELOG for a detailed list of changes
This commit is contained in:
@@ -65,7 +65,7 @@ typedef enum { RL_LINES, RL_TRIANGLES, RL_QUADS } DrawMode;
|
||||
float *vertices; // 3 components per vertex
|
||||
float *texcoords; // 2 components per vertex
|
||||
float *normals; // 3 components per vertex
|
||||
float *colors;
|
||||
unsigned char *colors;
|
||||
} VertexData;
|
||||
|
||||
typedef struct Model {
|
||||
|
Reference in New Issue
Block a user