mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-01 11:49:17 -05:00
Updated Frequently Asked Questions (markdown)
@ -14,6 +14,7 @@
|
|||||||
- [How do I create a depth texture?](#how-do-i-create-a-depth-texture)
|
- [How do I create a depth texture?](#how-do-i-create-a-depth-texture)
|
||||||
- [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)
|
||||||
|
|
||||||
## How can I run raylib in my old PC?
|
## How can I run raylib in my old PC?
|
||||||
|
|
||||||
@ -245,4 +246,8 @@ LoadFontEx("myfont.ttf", 50, NULL, 0);
|
|||||||
|
|
||||||
## How do I load my 3d model animations in raylib?
|
## How do I load my 3d model animations in raylib?
|
||||||
|
|
||||||
_TODO_
|
_TODO_
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user