Class TextureSurfaceManager<TDriver>
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
TDriverThe 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; }