Table of Contents

Class TextureSurfaceManager<TDriver>

Namespace
Sdl3Sharp.Video.Rendering
Assembly
Sdl3Sharp.dll

Manages and represents the entire pixel data of a locked Texture<TDriver> or a partial rectangle of it as a Surface

public sealed class TextureSurfaceManager<TDriver> : TextureSurfaceManager, IDisposable where TDriver : notnull, IRenderingDriver

Type Parameters

TDriver

The type of the rendering driver associated with the Texture<TDriver>

Inheritance
TextureSurfaceManager<TDriver>
Implements
Inherited Members

Properties

Texture

Gets the locked texture

public override Texture<TDriver>? Texture { get; }

Property Value

Texture<TDriver>

The locked texture, or null if the texture is not locked