Renderer Enumeration
Specifies the type of graphics renderer used by a Drawable.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum Renderer
Values
Value name | Value | Description |
---|---|---|
Software | 0 | The internal software renderer, using the Anti-Grain Geometry graphics library (see Acknowledgments). |
OpenGL | 3 | OpenGL renderer, using hardware acceleration. |
DirectX | 5 | DirectX renderer, using hardware acceleration. |
Platforms
Windows, Linux, Android