docs/src/platform-support.md
The rust-gpu project currently supports a limited number of platforms and graphics APIs. Right now we're not distributing build artifacts and we're primarily focused on the development of the project, so this is based on the current main branch. There are a lot of different configurations and hardware out there to support, this document is intended to document what is currently supported, what we intend to support, and what isn't supported. Over time as the project stabilises and our CI improves, more platforms and APIs will be supported and tested. Currently support for each topic is divided into the following three categories.
| Operating System | Version | Support | Notes |
|---|---|---|---|
| Windows | 10+ | Primary | |
| Linux | Ubuntu 18.04+ | Primary | |
| macOS | Catalina (10.15)+ | Secondary | Using MoltenVK, requires v1.1.2+ |
| Android | Tested 10-11 | Secondary |
| Name | Version | Support | Notes |
|---|---|---|---|
| SPIR-V | 1.3+ | Primary | |
| Vulkan | 1.1+ | Primary | |
| WGPU | 0.6 | Primary | Uses a translation layer to Metal/DX12 |
| OpenGL | ??? | Tertiary |
spirv-unknown-spv1.0spirv-unknown-spv1.1spirv-unknown-spv1.2spirv-unknown-spv1.3spirv-unknown-spv1.4spirv-unknown-spv1.5spirv-unknown-vulkan1.0spirv-unknown-vulkan1.1spirv-unknown-vulkan1.1spv1.4spirv-unknown-vulkan1.2spirv-unknown-webgpu0spirv-unknown-opengl4.0spirv-unknown-opengl4.1spirv-unknown-opengl4.2spirv-unknown-opengl4.3spirv-unknown-opengl4.5spirv-unknown-opencl1.2spirv-unknown-opencl1.2embeddedspirv-unknown-opencl2.0spirv-unknown-opencl2.0embeddedspirv-unknown-opencl2.1spirv-unknown-opencl2.1embeddedspirv-unknown-opencl2.2spirv-unknown-opencl2.2embeddedCurrently we don't have specific generations of GPUs for support, as long they support Vulkan 1.1+ with the latest officially installed drivers it should be able build and run the examples. You can check your Vulkan version using the vulkaninfo command from the vulkan-sdk.