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.
Contents | Details |
---|---|
RHI Overview | What the RHI does and why we need it. |
Frame Scheduler | The Frame Scheduler is a core component of the RHI, responsible for efficient GPU submission across each backend. |