Table of Contents

Class TextureFileLoader

Namespace
HelixToolkit.SharpDX.Utilities
Assembly
HelixToolkit.SharpDX.dll
public class TextureFileLoader : ITextureInfoLoader
Inheritance
TextureFileLoader
Implements
Inherited Members

Constructors

TextureFileLoader(string)

public TextureFileLoader(string filePath)

Parameters

filePath string

Properties

FilePath

public string FilePath { get; }

Property Value

string

Methods

Complete(Guid, TextureInfo?, bool)

Called after GPU texture resource creation.

public 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.

public TextureInfo Load(Guid id)

Parameters

id Guid

The identifier.

Returns

TextureInfo