Table of Contents

Class Texture

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

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

int

Methods

Dispose()

Releases all resources used by the Texture class.

public void Dispose()