Interface ITexture
Cross platform abstraction for textures, that are used on the gpu.
Inherited Members
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 |