1. [Rendering](https://developer.nvidia.com/rtx/ray-tracing)

[Vulkan](https://developer.nvidia.com/vulkan)

Vulkan SC  

# Vulkan SC  

[Vulkan SC](https://www.khronos.org/vulkansc/) is a streamlined, deterministic, robust API based on Vulkan that enables GPU-accelerated graphics and computation to be deployed in safety-critical systems that are certified to meet industry functional safety standards.  
  
Vulkan SC is integrated into NVIDIA’s production drivers for NVIDIA® GeForce®, RTX™, and Quadro® solutions on Windows and Linux; NVIDIA DriveOS™ for QNX and Linux; and the Jetson™ embedded computing platform using Linux.

 ![Vulkan SC logo](https://developer.download.nvidia.com/images/logos/vulcan-sc.svg)

[Get Started  
](#get-started &quot;Get Started&quot;)[Documentation  
](https://www.khronos.org/VulkanSC/ &quot;Download Workflows&quot;)[Forum  
](https://forums.developer.nvidia.com/tags/c/gaming-and-visualization-technologies/apis/vulkan/205/vulkansc/l/latest &quot;Download Workflows&quot;)

* * *

## Vulkan SC in Action

https://www.youtube-nocookie.com/embed/LIfztlN1z78?&amp;modestbranding=1
 
  
Vulkan SC powers the **confidence view** in the center console during driving and the parking visualization, enabling drivers to see what the AI sees as objects.  

### Siggraph Asia Birds of a Feather session 

Learn more about using Vulkan SC for autonomous vehicles in the Vulkan: Foraging Ahead session:

[Go to session info](https://asia.siggraph.org/2024/presentation/?id=bof_135&amp;sess=sess260)

### Vulkan SC Overview  

A high-level summary on why Vulkan SC was created, how it differs from Vulkan, and how its new capabilities are typically used in applications.

[Read Khronos Blog](https://www.khronos.org/blog/vulkan-sc-overview)

### Vulkan SC Resources on Khronos.org   

Explore Vulkan SC resources, including API reference specification, GitHub discussions, and more on the Khronos website.

[Browse Resources](https://www.khronos.org/vulkansc/)

### Discussions and forums  

Ask questions and engage with the Vulkan developer community on the forums.

[Go to Forums](https://forums.developer.nvidia.com/tags/c/gaming-and-visualization-technologies/apis/vulkan/205/vulkansc/l/latest)

* * *

## Why Vulkan SC  

We built Vulkan SC for our GPUs to enable all developers to create products with the following goals in mind:

### Secure Real-Time Graphics  

Vulkan SC eliminates GPU processing stalls due to pipeline creation and memory allocations during runtime. This is done in an offline process that then loads pipelines and objects back in memory during init time, so no allocations can stall the GPU during runtime.

### Deterministic Design  

Since we’ve eliminated dynamic allocation pipelines and offloaded dynamic shader compilation, the result is Vulkan SC workloads during runtime have more predictable execution. This determinism helps lead to more predictable behaviors for GPUs.

### Optimized Runtime and Smaller Driver Memory Footprint

Driver Memory Footprint  
Eliminating GPU stalls as well as having a smaller graphics driver memory footprint means more work can be done for compute tasks with no interference. High-efficiency and hitch-free computing is crucial for smooth operation in a safety-critical environment.

* * *

## Ways to Get Started With Vulkan SC  

NVIDIA provides Vulkan SC support across the NVIDIA GeForce, NVIDIA RTX, NVIDIA DRIVE®, and NVIDIA Jetson platforms. The latest general release drivers and the latest Vulkan [beta](https://developer.nvidia.com/vulkan-driver#VulkanSC) drivers support [Vulkan SC](https://www.khronos.org/vulkansc/).

 ![Decorative](https://developer.download.nvidia.com/icons/m48-workstation.svg)
### Download Vulkan SC on Desktop

1. 
Get the latest general release drivers, starting with the R560 version, and the latest Vulkan beta drivers support Vulkan SC 1.0.  [Download Drivers](https://developer.nvidia.com/vulkan-driver) 
2. 

The Vulkan SC driver does not include the runtime or loader, so the Vulkan SC SDK must be downloaded and installed separately.

- 
[Vulkan SC SDK 1.0.15 for Windows](https://developer.nvidia.com/downloads/vulkansc-sdk-1.0.15-windows)
- 
[Vulkan SC SDK 1.0.15 for Linux](https://developer.nvidia.com/downloads/vulkansc-sdk-1.0.15-linux)
- 
[Vulkan SC SDK 1.0.15 README](https://developer.nvidia.com/downloads/vulkansc-sdk-1.0.15-readme)  

 ![Decorative](https://developer.download.nvidia.com/icons/m48-robot-manufacturing.svg)
### Download Vulkan SC on Jetson  

Use Vulkan SC on [Jetson](https://developer.nvidia.com/embedded-computing) edge AI modules. Vulkan SC drivers are included as part of the latest JetPack™ release.  
  
The Vulkan SC SDK is included in the JetPack SDK on all Jetson modules.   
  
[Download JetPack SDK](https://developer.nvidia.com/embedded/jetpack)

[Vulkan SC on JetPack SDK Documentation](https://docs.nvidia.com/jetson/archives/r36.4/DeveloperGuide/SD/Graphics/VulkanSC.html)

 ![Decorative](https://developer.download.nvidia.com/icons/m48-autonomous-car-side.svg)
### Download Vulkan SC on NVIDIA DRIVE  

Use Vulkan SC on [NVIDIA DRIVE](https://developer.nvidia.com/drive) 6 and newer.   
  
The Vulkan SC SDK is included in the DriveOS SDK. You will need a DRIVE AGX development kit to run samples.

[Download DriveOS SDK](https://developer.nvidia.com/drive/os)

[Vulkan SC on DriveOS Documentation](https://developer.nvidia.com/docs/drive/drive-os/6.0.9/public/drive-os-linux-sdk/api_reference/group __vulkansc__ group.html)

* * *

## Software Development Kit Differences  

There are some differences between the level of implementation across the various platforms. **Vulkan SC on the NVIDIA GeForce RTX, NVIDIA RTX, and NVIDIA Jetson platforms is not safety-certified and is primarily provided for development purposes**. Please use Vulkan SC on the NVIDIA DRIVE platform or [contact NVIDIA](https://forums.developer.nvidia.com/c/gaming-and-visualization-technologies/apis/vulkan/205) if you need a safety-certified deployment.

| | DriveOS (QNX Safety) | DriveOS (QNX Standard/Linux) | Jetson | Geforce and RTX |
| --- | --- | --- | --- | --- |
| Presentation with OpenWFD via NvSci interop ¹ | ![](https://developer.download.nvidia.com/images/icons/check-fill.svg) | ![](https://developer.download.nvidia.com/images/icons/check-fill.svg) | ![](https://developer.download.nvidia.com/images/icons/check-fill.svg) |  - |
| Presentation with Direct-to-Display (VK\_KHR\_display) ² |  - |  - |  - | ![](https://developer.download.nvidia.com/images/icons/check-fill.svg) |
| Safety Certified ³ | ![](https://developer.download.nvidia.com/images/icons/check-fill.svg) |  - |  - |  - |
| Loader and Validation Support |  - | ![](https://developer.download.nvidia.com/images/icons/check-fill.svg) | ![](https://developer.download.nvidia.com/images/icons/check-fill.svg) | ![](https://developer.download.nvidia.com/images/icons/check-fill.svg) |
| Vulkan SC 1.0 Conformant | ![](https://developer.download.nvidia.com/images/icons/check-fill.svg) | ![](https://developer.download.nvidia.com/images/icons/check-fill.svg) | ![](https://developer.download.nvidia.com/images/icons/check-fill.svg) | ![](https://developer.download.nvidia.com/images/icons/check-fill.svg) |
| Developer Tools | ![](https://developer.download.nvidia.com/images/icons/check-fill.svg) | ![](https://developer.download.nvidia.com/images/icons/check-fill.svg) | ![](https://developer.download.nvidia.com/images/icons/check-fill.svg) | ![](https://developer.download.nvidia.com/images/icons/check-fill.svg) |

1. 

Vulkan SC on NVIDIA DRIVE and NVIDIA Jetson supports presentation with [OpenWFD](https://developer.nvidia.com/docs/drive/drive-os/6.0.9/public/drive-os-linux-sdk/api_reference/group __nvdisplay__ grp.html) via [NvSci](https://developer.nvidia.com/docs/drive/drive-os/6.0.9/public/drive-os-linux-sdk/api_reference/group __nvsci__ top.html) interop (VK\_NV\_external\_memory\_sci\_buf and VK\_NV\_external\_sci\_sync2).

2. 

Vulkan SC on NVIDIA GeForce RTX and NVIDIA RTX supports presentation using the Direct-to-Display (VK\_KHR\_display) functionality.

3. 

Certified for ASPICE and ISO 21434, QM level for ISO 26262

 


