Description
Adds a software Vulkan renderer that runs on the CPU when hardware Vulkan acceleration is unavailable or unsuitable. It is useful for testing, continuous integration, virtual machines, or fallback situations where correctness matters more than graphics speed.
This is a driver-like runtime component, not an app. CPU rendering is usually much slower than a real GPU, so it should not be expected to provide good gaming or interactive graphics performance.