Explorar el Código

Removed function reference

pull/329/head
raysan5 hace 7 años
padre
commit
8ca8550739
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/rlgl.h

+ 0
- 1
src/rlgl.h Ver fichero

@ -400,7 +400,6 @@ Shader LoadShader(char *vsFileName, char *fsFileName); // Load a cu
void UnloadShader(Shader shader); // Unload a custom shader from memory
Shader GetDefaultShader(void); // Get default shader
Shader GetStandardShader(void); // Get default shader
Texture2D GetDefaultTexture(void); // Get default texture
int GetShaderLocation(Shader shader, const char *uniformName); // Get shader uniform location

Cargando…
Cancelar
Guardar