Class Gpu
Represents the GPU rendering driver
public sealed class Gpu : IRenderingDriver
- Inheritance
-
Gpu
- Implements
- Inherited Members
Remarks
The GPU rendering backend uses the SDL GPU render API.
Fields
Name
The name of the GPU rendering driver
public const string Name = "gpu"
Field Value
Remarks
The value of this constant is equal to "gpu".