Removed function reference
This commit is contained in:
parent
013f80f3a3
commit
8ca8550739
1 changed files with 0 additions and 1 deletions
|
@ -400,7 +400,6 @@ Shader LoadShader(char *vsFileName, char *fsFileName); // Load a cu
|
||||||
void UnloadShader(Shader shader); // Unload a custom shader from memory
|
void UnloadShader(Shader shader); // Unload a custom shader from memory
|
||||||
|
|
||||||
Shader GetDefaultShader(void); // Get default shader
|
Shader GetDefaultShader(void); // Get default shader
|
||||||
Shader GetStandardShader(void); // Get default shader
|
|
||||||
Texture2D GetDefaultTexture(void); // Get default texture
|
Texture2D GetDefaultTexture(void); // Get default texture
|
||||||
|
|
||||||
int GetShaderLocation(Shader shader, const char *uniformName); // Get shader uniform location
|
int GetShaderLocation(Shader shader, const char *uniformName); // Get shader uniform location
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue