mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-11 22:38:44 +00:00
Update rcore.c
This commit is contained in:
11
src/rcore.c
11
src/rcore.c
@@ -18,18 +18,19 @@
|
||||
* - macOS/OSX (x64, arm64)
|
||||
* - Others (not tested)
|
||||
* > PLATFORM_WEB_RGFW:
|
||||
* > PLATFORM_WEB (GLFW + Emscripten):
|
||||
* - HTML5 (WebAssembly)
|
||||
* > PLATFORM_WEB:
|
||||
* > PLATFORM_WEB_EMSCRIPTEN (Emscripten):
|
||||
* - HTML5 (WebAssembly)
|
||||
* > 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
|
||||
|
||||
Reference in New Issue
Block a user