## Does raylib support Vulkan? Will raylib support it?
## Does raylib support Vulkan? Will raylib support it?
Raylib is built on top of OpenGL, and there are current no plans to support any other graphics APIs. In any case, raylib uses `rlgl` as its abstraction layer to support different OpenGL versions. Theoretically a vulkan equvalent could be developed that maps raylib's calls to a Vulkan backend, but creating that layer would take a considerable amount of work.
Raylib is built on top of OpenGL, and there are current no plans to support any other graphics APIs. In any case, raylib uses `rlgl` as its abstraction layer to support different OpenGL versions. Theoretically a vulkan equivalent could be developed that maps raylib's calls to a Vulkan backend, but creating that layer would take a considerable amount of work.