Table of Contents

Class KmsDrm

Namespace
Sdl3Sharp.Video.Windowing.Drivers
Assembly
Sdl3Sharp.dll

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

string

Remarks

The value of this constant is equal to "kmsdrm".