Table of Contents

Class Software

Namespace
Sdl3Sharp.Video.Rendering.Drivers
Assembly
Sdl3Sharp.dll

Represents the software rendering driver

public sealed class Software : IRenderingDriver
Inheritance
Software
Implements
Inherited Members

Remarks

This rendering backend is not hardware-accelerated, but is supported almost everywhere. A software renderer is also needed when rendering should be done to a Surface directly instead of to a Window or to an off-screen render target.

Fields

Name

The name of the software rendering driver

public const string Name = "software"

Field Value

string

Remarks

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