Show / Hide Table of Contents

Interface ITexture

Cross platform abstraction for textures, that are used on the gpu.

Inherited Members
ITextureBase.TextureChanged
ITextureBase.SessionUniqueIdentifier
ITextureBase.DoGenerateMipMaps
ITextureBase.WrapMode
ITextureBase.FilterMode
System.IDisposable.Dispose()
Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public interface ITexture : ITextureBase, IDisposable

Properties

ImageData

The IImageData that makes up the ITexture instance.

Declaration
IImageData ImageData { get; }
Property Value
Type Description
IImageData
Generated by DocFX
GitHub Repo
Back to top