Renderer Enumeration
Specifies the type of graphics renderer used by a Drawable.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public enum RendererValues
| 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