mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-19 01:38:14 +00:00
Remove function declaration
This commit is contained in:
@@ -892,7 +892,6 @@ RLAPI void UnloadMesh(Mesh *mesh);
|
|||||||
RLAPI void UnloadModel(Model model); // Unload model from memory (RAM and/or VRAM)
|
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 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 Material LoadDefaultMaterial(void); // Load default material (uses default models shader)
|
||||||
RLAPI void UnloadMaterial(Material material); // Unload material from GPU memory (VRAM)
|
RLAPI void UnloadMaterial(Material material); // Unload material from GPU memory (VRAM)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user