|
virtual void * | ProcessLoadedFile (Uuid uuid) override |
|
virtual void | QueueReloadAsset (Uuid uuid) override |
|
virtual void * | IncrementAssetUse (Uuid uuid) override |
|
virtual void | DecrementAssetUse (Uuid uuid) override |
|
virtual bool | TryGetIfLoaded (Uuid uuid, void *&output) override |
|
size_t | AssetCount () const |
|
bool | HasAssets () const |
|
auto | begin () noexcept |
|
auto | cbegin () const noexcept |
|
auto | end () noexcept |
|
auto | cend () const noexcept |
|
virtual void * | ProcessLoadedFile (std::string_view address) |
|
virtual bool | TryGetIfLoaded (std::string_view address, void *&output) |
|
virtual AssetType | GetAssetType () |
|
|
static AssetType | GetStaticAssetType () |
|
std::map< Uuid, ShaderAsset > | assets |
|
AssetType | assetType = AssetType::Undefined |
|
◆ ProcessLoadedFile()
void * ShaderImporter::ProcessLoadedFile |
( |
Uuid | uuid | ) |
|
|
overridevirtual |
◆ QueueReloadAsset()
void ShaderImporter::QueueReloadAsset |
( |
Uuid | uuid | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- /github/workspace/sources/code/EngineCore/Assets/Shaders/ShaderImporter.hpp
- /github/workspace/sources/code/EngineCore/Assets/Shaders/ShaderImporter.cpp