logoalt Hacker News

mitkebesyesterday at 11:34 PM4 repliesview on HN

> sometimes more performant.

That's usually due to:

1. Converting directX into Vulkan (potentially very large performance gains)

2. Less OS overhead (usually minor gains)


Replies

MindSpunktoday at 12:12 AM

> Converting directX into Vulkan (potentially very large performance gains)

That's not at all how that works. DirectX12 isn't slow by any stretch of the imagination. In my personal and professional experience Vulkan is about on par depending on the driver. The main differences are in CPU cost, the GPU ultimately runs basically the same code.

There's no magic Vulkan can pull out of thin air to be faster than DX12, they're both doing basically the same thing and they're not far off the "speed of light" for driving the GPU hardware.

show 1 reply
cogman10yesterday at 11:42 PM

There's really no reason why DirectX 12 can't be as fast as Vulkan. In fact, the fact that converting DirectX to Vulkan makes it faster sort of proves that point.

L-fourtoday at 1:27 AM

Windows is notoriously slow at opening files. So a common optimisation is to store all game content in few package files.