Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

StarCitizen:Vulkan

From SAS Gaming Wiki
Revision as of 11:41, 21 October 2025 by imported>Mango Gelatin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:For

File:Vulkan logo.png
Vulkan logo

Vulkan is a modern graphics API released in 2016 that allows developers to take greater control over what the player sees, and greatly affects performance.<ref name=":0">CitizenCon 2951: Gen 12 & The Multicore of Vulkan, Star Citizen, YouTube, 9 october 2021</ref> It is an alternative to DirectX.

It sits between the render engine and the graphics card driver, allowing the developer a fine grained control over what they develop. It also gives flexibility for cross-platform, including StarCitizen:Linux as it is an open standard API, contrary to Microsoft proprietary.

The design of Vulkan allows to alleviate some CPU bottlenecks by submitting work in parallel to the GPU.<ref>Template:Cite RSI</ref><ref name=":0" />

A graphic API is a tool that interfaces between the players graphics card and the developers.

Vulkan has many features that Cloud Imperium Games will be exploring in the future, such as variable rate shading, boundless resources and GPU accelerated StarCitizen:ray tracing. Vulkan can also help collect live hardware data on a large scale that can be used to target specific features and extensions.

Vulkan was a requirement in order to use StarCitizen:DLSS.<ref>Template:Cite RSI</ref> Its implementation has been worked on in parallel with the development of StarCitizen:Gen12.<ref>Template:Cite RSI</ref> Its implementation is also a requirement before VR can be implemented, including due to its VR dedicated extension.<ref>Star Citizen VR QnA Session with Silvan from CIG, Chachi Sanchez, Youtube, 19 December 2021</ref><ref>Star Citizen: Reverse the Verse LIVE - All About Alpha 3.5. Star Citizen, Youtube, 29 mars 2019</ref>

External Links

References

<references /> Template:Short description