Ahmad Fatoum
6 lat temu
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: C3EAC3DE9321D59B
1 zmienionych plików z
4 dodań i
0 usunięć
-
examples/others/rlgl_standalone.c
|
|
@ -48,6 +48,10 @@ |
|
|
|
#define RLGL_STANDALONE |
|
|
|
#include "rlgl.h" // OpenGL 1.1 immediate-mode style coding |
|
|
|
|
|
|
|
#ifdef __EMSCRIPTEN__ |
|
|
|
#define GLFW_INCLUDE_ES2 |
|
|
|
#endif |
|
|
|
|
|
|
|
#include <GLFW/glfw3.h> // Windows/Context and inputs management |
|
|
|
|
|
|
|
#define RED (Color){ 230, 41, 55, 255 } // Red |
|
|
|