Table of Contents

Interface ITextureInfoLoader

Namespace
HelixToolkit.SharpDX
Assembly
HelixToolkit.SharpDX.dll

Loads texture info and uploads texture to GPU on demand.

public interface ITextureInfoLoader

Methods

Complete(Guid, TextureInfo?, bool)

Called after GPU texture resource creation.

void Complete(Guid id, TextureInfo? info, bool succeeded)

Parameters

id Guid

The identifier.

info TextureInfo

The information.

succeeded bool

if set to true [succeeded].

Load(Guid)

Called before GPU texture resource creation.

TextureInfo Load(Guid id)

Parameters

id Guid

The identifier.

Returns

TextureInfo