Sfoglia il codice sorgente

Update RGFW (#4259)

* update RGFW

* fix bug with GetCurrentMonitor

* update RGFW

* update RGFW

* clean up merge

* update RGFW
pull/4264/head
Colleague Riley 6 mesi fa
committed by GitHub
parent
commit
b432aa2b9c
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
2 ha cambiato i file con 2274 aggiunte e 910 eliminazioni
  1. +2271
    -907
      src/external/RGFW.h
  2. +3
    -3
      src/platforms/rcore_desktop_rgfw.c

+ 2271
- 907
src/external/RGFW.h
File diff soppresso perché troppo grande
Vedi File


+ 3
- 3
src/platforms/rcore_desktop_rgfw.c Vedi File

@ -1239,15 +1239,15 @@ int InitPlatform(void)
// Check selection OpenGL version
if (rlGetVersion() == RL_OPENGL_21)
{
RGFW_setGLVersion(2, 1);
RGFW_setGLVersion(n">RGFW_GL_CORE, 2, 1);
}
else if (rlGetVersion() == RL_OPENGL_33)
{
RGFW_setGLVersion(3, 3);
RGFW_setGLVersion(n">RGFW_GL_CORE, 3, 3);
}
else if (rlGetVersion() == RL_OPENGL_43)
{
RGFW_setGLVersion(4, 1);
RGFW_setGLVersion(n">RGFW_GL_CORE, 4, 1);
}
if (CORE.Window.flags & FLAG_MSAA_4X_HINT)

Caricamento…
Annulla
Salva