Interface IExposedTexture
Cross platform abstraction for textures, that are used on the gpu and expose their ITextureHandle.
Inherited Members
System.IDisposable.Dispose()
Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public interface IExposedTexture : ITextureBase, IDisposable
Properties
TextureHandle
Raw TextureHandle after GPU texture creation
Declaration
ITextureHandle TextureHandle { get; }
Property Value
Type | Description |
---|---|
ITextureHandle |