Class KmsDrm
Represents the Linux KMS/DRM windowing driver
public sealed class KmsDrm : IWindowingDriver
- Inheritance
-
KmsDrm
- Implements
- Inherited Members
Remarks
This windowing backend is only available on Linux platforms with Kernel Mode Setting (KMS) and Direct Rendering Manager (DRM) support.
Fields
Name
The name of the Linux KMS/DRM windowing driver
public const string Name = "kmsdrm"
Field Value
Remarks
The value of this constant is equal to "kmsdrm".