Browse Source

Remove function declaration

pull/208/merge
Ray 8 years ago
parent
commit
c3b8a41f95
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/raylib.h

+ 0
- 1
src/raylib.h View File

@ -892,7 +892,6 @@ RLAPI void UnloadMesh(Mesh *mesh);
RLAPI void UnloadModel(Model model); // Unload model from memory (RAM and/or VRAM)
RLAPI Material LoadMaterial(const char *fileName); // Load material from file
RLAPI Material LoadMaterialEx(Shader shader, Texture2D diffuse, Color color); // Load material from basic shading data
RLAPI Material LoadDefaultMaterial(void); // Load default material (uses default models shader)
RLAPI void UnloadMaterial(Material material); // Unload material from GPU memory (VRAM)

Loading…
Cancel
Save