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
filePathstring
Properties
FilePath
public string FilePath { get; }
Property Value
Methods
Complete(Guid, TextureInfo?, bool)
Called after GPU texture resource creation.
public void Complete(Guid id, TextureInfo? info, bool succeeded)
Parameters
idGuidThe identifier.
infoTextureInfoThe information.
succeededboolif set to
true[succeeded].
Load(Guid)
Called before GPU texture resource creation.
public TextureInfo Load(Guid id)
Parameters
idGuidThe identifier.