Class Texture
Represents a texture object containing one or more images with the same image format.
public class Texture : IDisposable
- Inheritance
-
Texture
- Implements
- Inherited Members
Constructors
Texture()
Initializes a new instance of the Texture class.
public Texture()
Properties
Id
Gets the handle to the texture object.
public int Id { get; }
Property Value
Methods
Dispose()
Releases all resources used by the Texture class.
public void Dispose()