Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
DirectX12 Render Hardware Interface

DirectX12 Render Hardware Interface

This plugin is developed by the Grindstone Foundation. It's designed to allow the application to render computer graphics using the DirectX12 API.

Registered Items

DirectX12 (Graphics Core)

The Dx12Core allows the application to render graphics. DirectX12 does not properly work, and it has never worked.

WindowingManager

Every RHI plugin introduces a windowing system. That's because windowing systems (and general platform systems) are heavily intertwined with graphics, but they shouldn't necessarily be so closely tied. This may be changed in the future. The windowing manager allows the game to create windows (such as the editor or game windows).

DisplayManager

Every RHI plugin introduces a DisplayManager system. That's because windowing systems (and general platform systems) are heavily intertwined with graphics, but they shouldn't necessarily be so closely tied. This will likely be fixed in the future. The DisplayManager makes the application aware of various monitors and displays.