Class SimpleD3D
A simple wrapper for a minimal DirectX 11 renderer. Consumers of this class will need to implement all actual pipeline and render logic externally.
Assembly: ImGuiScene.dll
View Source
Declaration
public class SimpleD3D : IRenderer, IDisposable
Implements:
ImGuiScene.IRenderer, System.IDisposable
Properties
Type
The type (API/version) of this renderer
View Source
Declaration
public RendererFactory.RendererBackend Type { get; }
ClearColor
The renderer clear color used by ImGuiScene.SimpleD3D.Clear()
View Source
Declaration
public Vector4 ClearColor { get; set; }
Vsync
Whether or not the renderer should sync presentation to the monitor's refresh rate.