Interface ITextureResourceManager
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
public interface ITextureResourceManager : IDisposable
- Inherited Members
Properties
Count
int Count { get; }
Property Value
Methods
Register(TextureModel?)
Registers the specified texture stream. This creates mipmaps automatically
ShaderResourceViewProxy? Register(TextureModel? textureStream)
Parameters
textureStreamTextureModelThe texture stream.
Returns
Register(TextureModel?, bool)
Registers the specified texture stream.
ShaderResourceViewProxy? Register(TextureModel? textureStream, bool enableAutoGenMipMap)
Parameters
textureStreamTextureModelThe texture stream.
enableAutoGenMipMapboolif set to
false[disable automatic gen mip map].