Parcourir la source

Review comment

pull/1306/head
raysan5 il y a 4 ans
Parent
révision
0877019fb6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h Voir le fichier

@ -1558,7 +1558,7 @@ void rlglInit(int width, int height)
// TODO: Automatize extensions loading using rlLoadExtensions() and GLAD
// Actually, when rlglInit() is called in InitWindow() in core.c,
// OpenGL required extensions have already been loaded (PLATFORM_DESKTOP)
// OpenGL context has already been created and required extensions loaded
#if defined(GRAPHICS_API_OPENGL_33) || defined(GRAPHICS_API_OPENGL_ES2)
// Get supported extensions list

Chargement…
Annuler
Enregistrer