Table of Contents

Interface ITextureResourceManager

Namespace
HelixToolkit.SharpDX
Assembly
HelixToolkit.SharpDX.dll
public interface ITextureResourceManager : IDisposable
Inherited Members

Properties

Count

int Count { get; }

Property Value

int

Methods

Register(TextureModel?)

Registers the specified texture stream. This creates mipmaps automatically

ShaderResourceViewProxy? Register(TextureModel? textureStream)

Parameters

textureStream TextureModel

The texture stream.

Returns

ShaderResourceViewProxy

Register(TextureModel?, bool)

Registers the specified texture stream.

ShaderResourceViewProxy? Register(TextureModel? textureStream, bool enableAutoGenMipMap)

Parameters

textureStream TextureModel

The texture stream.

enableAutoGenMipMap bool

if set to false [disable automatic gen mip map].

Returns

ShaderResourceViewProxy