This page is not the current release of O3DE documentation. Click here to switch to the latest release, or select a version from the dropdown.

Version:

Render Hardware Interface

This section contains technical details about the Render Hardware Interface (RHI) in Atom. The RHI is a low-level layer in the rendering pipeline that communicates with the backend graphics API. The RHI Gems are part of Atom and you need at least one compatible backend for your platform to render something on screen.

The RHI layer supports three backends:

  • DX12 backend: Supported on Windows 10.
  • Vulkan backend: Supported on Windows 10 and Android hardware.
  • Metal backend: Supported on Apple Macintosh (Intel x86_64), iPad, and iPhone.
ContentsDetails
RHI OverviewWhat the RHI does and why we need it.
Frame SchedulerThe Frame Scheduler is a core component of the RHI, responsible for efficient GPU submission across each backend.