Why is there no DirectX API for Linux?

前端 未结 6 877
伪装坚强ぢ
伪装坚强ぢ 2021-02-04 03:27

Upon considering the driver side implementation for DirectX API on windows systems for modern video cards I was wondering why this implementation is not available on non-windows

6条回答
  •  青春惊慌失措
    2021-02-04 04:16

    Your question is wrong in 2019. DXVK is an implementation of D3D11 and D3D10 implementation for Linux using Vulkan and Wine

    Also mesa has native Direct3D 9 implementation but in my knowledge, no one uses it except wine

提交回复
热议问题