diff options
| author | raysan5 <[email protected]> | 2021-04-02 15:56:35 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-04-02 15:56:35 +0200 |
| commit | c21baf0d92c9a3ad44d46b698fb87d739dd64dc6 (patch) | |
| tree | 2b80d64e8bcf576986433a643afcac9c4f1a2b21 /src/rlgl.h | |
| parent | 46650b5fb12ea3e350c0a2160d05b895260e87e3 (diff) | |
| download | raylib-c21baf0d92c9a3ad44d46b698fb87d739dd64dc6.tar.gz raylib-c21baf0d92c9a3ad44d46b698fb87d739dd64dc6.zip | |
ADDED: GenMeshDefault() #1556
Diffstat (limited to 'src/rlgl.h')
| -rw-r--r-- | src/rlgl.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -92,7 +92,7 @@ #define RL_FREE(p) free(p) #endif #else - #include "raylib.h" // Required for: Model, Mesh, Material, Shader, Texture2D + #include "raylib.h" // Required for: Shader, Texture2D #endif #include "raymath.h" // Required for: Vector3, Matrix @@ -2772,7 +2772,6 @@ void rlUnloadTexture(unsigned int id) glDeleteTextures(1, &id); } - // Generate mipmap data for selected texture void rlGenerateMipmaps(Texture2D *texture) { |
