LogoLogo
  • Welcome
  • FAQ
  • GPU compatibility
  • Introduction
    • Getting Started
    • Rendering Meshes
    • Rendering Volumetric Data
    • Slice and Crop Volume Renderings
    • Attributes API
    • Node transformations
    • Bounding Boxes
  • Controls & Input Handling
    • Custom Controls
    • Gamepads
  • Advanced Topics
    • Custom Rendering Pipelines
    • Instancing
    • Rendering on Distributed Machines
    • Profiling
    • Volume Shaders and Uniforms
    • Network
Powered by GitBook
On this page

Was this helpful?

Export as PDF

GPU compatibility

scenery has been tested with a number of different systems and GPUs. If you have a setup that is not listed in the following table - or marked as untested - please submit a PR to this documentation with the setup added. Please note that the OpenGL-based renderer was recently deprecated, so the following table only shows compatibility with the Vulkan renderer.

✅ Works ⛔ Does not work ⬜ Untested 🚫 Unsupported configuration (e.g. no driver support)

GPU
Windows, Vulkan
Linux, Vulkan
macOS, Vulkan/moltenVK

AMD Radeon HD 7850 (Pitcairn XT)

✅

⬜

⬜

AMD Radeon R5 M230 (Caicos Pro)

✅

⬜

⬜

AMD Radeon R9 390 (Hawaii Pro)

✅

⬜

⬜

AMD Radeon R9 Nano (Fiji XT)

✅

⬜

⬜

AMD Radeon R9 M370X (Strato Pro)

⬜

⬜

⬜

AMD Radeon RX 5700 XT (Navi 10)

✅

⬜

⬜

AMD FirePro W9100 (Hawaii XT)

✅

⬜

⬜

Intel HD Graphics 4400 (Haswell)

🚫

✅

⬜

Intel HD Graphics 5500 (Broadwell)

🚫

⬜

⬜

Intel HD Graphics 530 (Skylake)

⬜

✅

⬜

Intel Iris Plus Graphics (Ice Lake)

✅

⬜

⬜

Nvidia Geforce GTX 1650 Max-Q (Turing)

✅

⬜

⬜

Nvidia GeForce RTX 2080 Ti (Turing)

✅

⬜

⬜

Nvidia GeForce RTX 2070 (Turing)

✅

⬜

⬜

Nvidia Geforce Titan X (Maxwell)

✅

✅

⬜

Nvidia Titan Xp (Pascal)

✅

⬜

⬜

Nvidia Geforce 1080 Ti (Pascal)

✅

✅

⬜

Nvidia Geforce 1070 (Pascal)

✅

✅

✅

Nvidia Geforce 1050 Ti (Pascal)

✅

✅

⬜

Nvidia Geforce 960 (Maxwell)

✅

⬜

⬜

Nvidia Quadro K6000 (Kepler)

✅

⬜

⬜

Nvidia Quadro P5000 (Pascal)

⬜

⬜

⬜

Nvidia Geforce 980M (Maxwell)

✅

⬜

⬜

Nvidia Geforce 960M (Maxwell)

✅

✅

⬜

Nvidia Geforce 750M (Kepler)

✅

⬜

⬜

Nvidia Geforce 650M (Kepler)

⬜

⬜

⬜

Apple Silicon M1

🚫

🚫

✅

Apple Silicon M2

🚫

🚫

✅

PreviousFAQNextGetting Started

Last updated 1 year ago

Was this helpful?