Table of Contents

Class Gpu

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

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

string

Remarks

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