Explorar el Código

Expose OpenGL take 2 (#3588)

For some reason, there are actually two macros needed to control this.
Yes, I tried with only one, both are needed
pull/3590/head
Peter0x44 hace 1 año
cometido por GitHub
padre
commit
55e7d1aad1
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/rlgl.h

+ 1
- 0
src/rlgl.h Ver fichero

@ -777,6 +777,7 @@ RLAPI void rlLoadDrawQuad(void); // Load and draw a quad
// Expose OpenGL functions from glad in raylib
#if defined(BUILD_LIBTYPE_SHARED)
#define GLAD_API_CALL_EXPORT
#define GLAD_API_CALL_EXPORT_BUILD
#endif

Cargando…
Cancelar
Guardar