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
idGuidThe identifier.
infoTextureInfoThe information.
succeededboolif set to
true[succeeded].
Load(Guid)
Called before GPU texture resource creation.
TextureInfo Load(Guid id)
Parameters
idGuidThe identifier.