Kaynağa Gözat
Travis CI: Fix emscripten build breakage
pull/583/head
2.0.0
Ahmad Fatoum
6 yıl önce
ebeveyn
işleme
639ce09c9d
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: C3EAC3DE9321D59B
1 değiştirilmiş dosya ile
4 ekleme ve
0 silme
-
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 |
|
|
|