Y
Hacker News
new
|
ask
|
show
|
jobs
by
daurnimator
3400 days ago
I'm not sure why Vulkan couldn't work on windows: isn't it mostly in the hands of driver developers (i.e. Nvidia/AMD) rather than Microsoft?
2 comments
detaro
3400 days ago
Microsoft is not just Windows, some mobile devices and more importantly the XBox as well. On Windows, the GPU makers can (and do, at least partially/beta) provide drivers with Vulkan support, yes.
link
cma
3400 days ago
It does work on Windows. Not sure about Windows Phone though.
link
pjmlp
3399 days ago
UWP only allows for DX, but one can built other APIs on top, e.g. ANGLE for OpenGL support.
link