|
|
|
@ -18,18 +18,19 @@ |
|
|
|
* - macOS/OSX (x64, arm64) |
|
|
|
* - Others (not tested) |
|
|
|
* > PLATFORM_WEB_RGFW: |
|
|
|
* > PLATFORM_WEB (GLFW + Emscripten): |
|
|
|
* - HTML5 (WebAssembly) |
|
|
|
* > l">PLATFORM_WEB: |
|
|
|
* > PLATFORM_WEB_EMSCRIPTEN ">(Emscripten): |
|
|
|
* - HTML5 (WebAssembly) |
|
|
|
* > l">PLATFORM_DRM: |
|
|
|
* > PLATFORM_DRM ">(native DRM): |
|
|
|
* - Raspberry Pi 0-5 (DRM/KMS) |
|
|
|
* - Linux DRM subsystem (KMS mode) |
|
|
|
* > PLATFORM_ANDROID: |
|
|
|
* - Embedded devices (with GPU) |
|
|
|
* > PLATFORM_ANDROID (native NDK): |
|
|
|
* - Android (ARM, ARM64) |
|
|
|
* > PLATFORM_DESKTOP_WIN32 (Native Win32): |
|
|
|
* - Windows (Win32, Win64) |
|
|
|
* > PLATFORM_MEMORY |
|
|
|
* - Memory framebuffer output, using software renderer, no OS required |
|
|
|
* |
|
|
|
* CONFIGURATION: |
|
|
|
* #define SUPPORT_DEFAULT_FONT (default) |
|
|
|
* Default font is loaded on window initialization to be available for the user to render simple text |
|
|
|
|