mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-29 02:09:17 -05:00
Updated Frequently Asked Questions (markdown)
@ -15,6 +15,7 @@
|
|||||||
- [Why is my font blurry?](#why-is-my-font-blurry)
|
- [Why is my font blurry?](#why-is-my-font-blurry)
|
||||||
- [How do I load my 3d model animations in raylib?](#how-do-i-load-my-3d-model-animations-in-raylib)
|
- [How do I load my 3d model animations in raylib?](#how-do-i-load-my-3d-model-animations-in-raylib)
|
||||||
- [Does raylib support Vulkan? Will raylib support it?](#does-raylib-support-vulkan-will-raylib-support-it)
|
- [Does raylib support Vulkan? Will raylib support it?](#does-raylib-support-vulkan-will-raylib-support-it)
|
||||||
|
- [Why my assets are not loaded?](#why-my-assets-are-not-loaded)
|
||||||
|
|
||||||
## How can I run raylib in my old PC?
|
## How can I run raylib in my old PC?
|
||||||
|
|
||||||
@ -251,3 +252,7 @@ _TODO_
|
|||||||
## Does raylib support Vulkan? Will raylib support it?
|
## Does raylib support Vulkan? Will raylib support it?
|
||||||
|
|
||||||
raylib is build over OpenGL only and for the moment there are no plans to support other graphic API.
|
raylib is build over OpenGL only and for the moment there are no plans to support other graphic API.
|
||||||
|
|
||||||
|
## Why my assets are not loaded?
|
||||||
|
|
||||||
|
Wrong working directory _TODO_
|
||||||
Reference in New Issue
Block a user