Berserk
|
Texture resources importer. More...
#include <ImporterTexture.hpp>
Public Member Functions | |
BRK_API | ImporterTexture () |
BRK_API | ~ImporterTexture () override=default |
Ref< ResourceImportOptions > | CreateDefaultOptions () const override |
Creates default importer options for import. More... | |
const std::vector< String > & | GetSupportedExtensions () const override |
Get list of supported file extensions for import. More... | |
void | Import (const String &fullpath, const Ref< ResourceImportOptions > &options, ResourceImportResult &result) override |
Imports resource or set of resources. More... | |
![]() | |
virtual BRK_API | ~ResourceImporter ()=default |
Texture resources importer.
BRK_NS_BEGIN ImporterTexture::ImporterTexture | ( | ) |
|
overridedefault |
|
overridevirtual |
|
overridevirtual |
Get list of supported file extensions for import.
Implements ResourceImporter.
|
overridevirtual |
Imports resource or set of resources.
[in] | fullpath | Full path to the resource on the disc |
[in] | options | Options used to import resource |
[out] | result | Result of the import operation |
Implements ResourceImporter.