Confused on Steam Play and Proton? Be sure to check out our guide.
We do often include affiliate links to earn us some pennies. See more here.
Epic Games have done a talk at SIGGRAPH 2017 and it turns out they're looking to make Vulkan the default API for exported Linux games.

The Epic Games presentation starts from 1:18:45. If you listen at 1:21:55 it's mentioned a few seconds later that Vulkan will be made the default for Linux.
YouTube Thumbnail
YouTube videos require cookies, you must accept their cookies to view. View cookie preferences.
Accept Cookies & Show   Direct Link
Hopefully this will help the developers who've been having lots of issues with OpenGL in Unreal Engine, like EVERSPACE.

It sounds like Epic are actually putting quite a bit of focus on Vulkan, which is great. If you have access to their github, you can actually run the editor with Vulkan right now by passing "-vulkan" to it when you launch it.

Thanks for the email mirv! Article taken from GamingOnLinux.com.
15 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
22 comments
Page: «2/3»
  Go to:

Whitewolfe80 Aug 3, 2017
Quoting: Guest
Quoting: Whitewolfe80
Quoting: AnxiousInfusion
Quoting: EhvisThey still released Fortnite last week with only Win+Mac support. Do they have Metal support for that or is the OpenGL support actually good enough?

ARK devs already said that OpenGL won't be fixed and that they will switch to Vulkan for that. In ARK time of course.

That would be for Metal API, I don't know if there is an option to run openGL but I doubt it as they were building for Metal for more than a year.

I dont know for sure but Metal is based on vulkan with some changes, wondering how much code change it would take for vulkan version for linux.

Metal isn't based on Vulkan. The two are considered "low level" APIs, and will share a lot of similar features (and may even have a common ancestor in there somewhere), but Metal was released before Vulkan.

Interestingly enough, the talks have a section on "portable Vulkan", which has changed direction from the original intent of a common high level API (yet another one), and instead is the feature set common to basically DX12, Metal, and Vulkan, as seen from Vulkan itself. This kind of means you can write code in "portable Vulkan", and it will internally map (hopefully fairly directly) to Metal or DX12.
I personally want that project to take off, just because it would make writing portable code that much easier for everyone.

Interesting project hopefully it gains support a truly unified code with only minimal changes required per platform, would only improve Linux traction.
ShabbyX Aug 3, 2017
I wonder why they wouldn't make it the default on windows either. That will make not only their vulkan renderer more stable (more people get to test it), but also damage directx considerably, which is nice.
Grim85 Aug 4, 2017
Quoting: ShabbyXI wonder why they wouldn't make it the default on windows either. That will make not only their vulkan renderer more stable (more people get to test it), but also damage directx considerably, which is nice.

Politics - there are microsoft published titles using UE4 (and probably DX12) - by all means they'll make vulkan a windows option, but I'd bet these politics will keep it not the default
RCL Aug 4, 2017
Quoting: ShabbyXI wonder why they wouldn't make it the default on windows either. That will make not only their vulkan renderer more stable (more people get to test it), but also damage directx considerably, which is nice.

Defaulting to Vulkan on Windows at this stage would create unnecessary problems for Windows users.
RCL Aug 4, 2017
Quoting: Ehvis
Quoting: AnxiousInfusionAnd we were beginning to wonder if Epic had forsaken EU4 on Linux. But does this mean that all the current OpenGL issues (thinking of ARK, et al) will never get fixed?

They still released Fortnite last week with only Win+Mac support. Do they have Metal support for that or is the OpenGL support actually good enough?

Fortnite on Mac runs on Metal. Unreal Engine dropped support for OpenGL on Mac since UE 4.15 (February'2017).
Shmerl Aug 4, 2017
Quoting: Grim85Politics - there are microsoft published titles using UE4 (and probably DX12) - by all means they'll make vulkan a windows option, but I'd bet these politics will keep it not the default

Doesn't Tim Sweeney like to complain about MS? Going all way Vulkan sounds like an easy way to undermine some of MS hegemony.


Last edited by Shmerl on 4 August 2017 at 3:26 am UTC
STiAT Aug 4, 2017
Quoting: Shmerl
Quoting: Grim85Politics - there are microsoft published titles using UE4 (and probably DX12) - by all means they'll make vulkan a windows option, but I'd bet these politics will keep it not the default

Doesn't Tim Sweeney like to complain about MS? Going all way Vulkan sounds like an easy way to undermine some of MS hegemony.

He always complains, but actually they never took real action. They just hold the hammer above the heads.
etonbears Aug 4, 2017
Quoting: Guest
Quoting: Pecisk
Quoting: GuestHLSL support means less work for porting games from DirectX?
https://youtu.be/bjE-sCkgC7o?t=8m1s

They would generate Vulkan shader language using HLSL thus decreasing time required for porting. Or I got it wrong :)

I think it's not quite that easy. There are API differences in using HLSL for DirectX vs Vulkan, but work is ongoing to help with that. So "it depends on the code" is probably the best thing to say, but I think it would at least help. I don't really work with it that much; these are just areas I would expect to need special consideration.

Wouldn't expect to see anything from this being done by porters for at least 6 months, if not longer. Just in case anyone was wondering.

According to a guy from Oxide ( at GDC ) that contrasted D3D12 and Vulkan engines for Ashes of the Singularity, the only significant HLSL source difference to compile to SPIR-V is for binding resources. They just use a preprocessor to insert "register(foo)" for D3D12 or "layout(foo)" for Vulkan.

At the moment though, SPIR-V generated code lacks a lot of the optimisation it should have ( i.e. there is a lot more SPIR-V bytecode than D3D12 bytecode to implement the same feature ). This, along with lack of experience with Vulkan threading, probably contribute to lower than expected performance gains we have seen to date ( 10-15% better than D3D11 seems a common claim ). Elsewhere in the video linked in Liam's post, LunarG mention their work to perform SPIR-V to SPIR-V optimisation, which should benefit all shaders that target SPIR-V.
etonbears Aug 4, 2017
Quoting: silmethEDIT: and following a link from the comments of the glslang issue – it seems Microsoft also works on their own open-source HLSL → SPIR-V compiler. Interesting times we live in.

As I understand it Microsoft and Google are collaborating using LLVM to get HLSL -> SPIR-V. Microsoft work on the front-end compiler and Google the back-end. There is certainly a lot of maneuvering going on in the graphics world, so I'm sure they each have their own self-interest reasons to collaborate, but I am encouraged that Vulkan does not seem to be receiving outright hostility.
etonbears Aug 4, 2017
Quoting: ShabbyXI wonder why they wouldn't make it the default on windows either. That will make not only their vulkan renderer more stable (more people get to test it), but also damage directx considerably, which is nice.

There are 3 reasons I can think of why developers will continue with D3D in the short term.

1. Vulkan ( and D3D12 actually ) are properly supported only on Windows 10, but not other Windows versions. Eventually Vulkan will have broad WIndows support, so it will be interesting to see if D3D12 then gets a magic backport to older Windows versions.

2. To support Microsoft consoles, developers need to use Microsoft technology, so they will need to understand the Microsoft ecosystem. I can see no real likelihood for Microsoft to support Vulkan on the XBox.

3. Vulkan is not as fast as D3D12. This should change as Vulkan drivers mature, and Vulkan/SPIR-V receive a similar degree of optimisation to D3D, but it's not there yet.


Although Vulkan adoption is not as extensive as some would like, I am encouraged by what I hear from game and engine developers. For example, Egosoft have just put a VR version of their most recent Space sandbox game into early access on Steam. Although this is only for Windows at present, they stated that the engine is a new build that uses Vulkan, not D3D, and that they intend to use this Vulkan engine for their next game. Egosoft is not a large company, so it suggests that moving to Vulkan as the primary ( or only ) render API is already perfectly practical if the benefits are there.
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.