Definition StbiTextureImporter.hpp:16
StbiTextureImporter(ResourceManager &resourceManager)
Creates a new StbiTextureImporter
~StbiTextureImporter() final
Destroys the StbiTextureImporter
Async< ImportedResources > import(const ResourceURL &url, const TextureImportOptions &options) final
Imports a resource from a URL.
Async< SupportStatus > supports(const ResourceURL &url) final
Checks if the import supports the given resource.
A base class for a TextureImporter that takes Input and (optionally) Inputs as base resources and cre...
Definition TextureImporter.hpp:32
Definition TextureImporter.hpp:17