logoalt Hacker News

robert_fossyesterday at 7:50 AM3 repliesview on HN

This quite clearly shows the cost of Apple preferring to build a software ecosystem moat, than using the Vulkan API which every other OS supports.

Vulkan support was introduced in OBS Studio 25.0 in March 2020, 5.5 years ago.


Replies

pjmlpyesterday at 6:52 PM

Vulkan is not supported on game consoles, with the exception of Switch, and even there you should use NVN instead.

It is not officially supported on Windows, it works because the GPU vendors use the Installable Client Driver API, to bring their own driver stack. This was initially created for OpenGL, and nowadays sits on top of the DirectX runtime.

On the embedded space, the OSes that support graphical output many are stil focused on OpenGL ES.

jdboydyesterday at 8:48 AM

Metal does pre date Vulkan, and some people consider it easier to use.

show 4 replies
stephen_gyesterday at 12:16 PM

As if nobody else ever did that (like Microsoft with DirectX, and almost every single games console)?

show 1 reply