|
void | InitializeDirectory () |
|
virtual AssetLoadBinaryResult | LoadBinaryByPath (AssetType assetType, const std::filesystem::path &path) override |
|
virtual AssetLoadBinaryResult | LoadBinaryByAddress (AssetType assetType, std::string_view address) override |
|
virtual AssetLoadBinaryResult | LoadBinaryByUuid (AssetType assetType, Uuid uuid) override |
|
virtual AssetLoadTextResult | LoadTextByPath (AssetType assetType, const std::filesystem::path &path) override |
|
virtual AssetLoadTextResult | LoadTextByAddress (AssetType assetType, std::string_view address) override |
|
virtual AssetLoadTextResult | LoadTextByUuid (AssetType assetType, Uuid uuid) override |
|
virtual bool | LoadShaderStageByPath (const std::filesystem::path &path, GraphicsAPI::ShaderStage shaderStage, GraphicsAPI::GraphicsPipeline::CreateInfo::ShaderStageData &shaderStageCreateInfo, std::vector< char > &fileData) override |
|
virtual bool | LoadShaderStageByAddress (std::string_view address, const GraphicsAPI::ShaderStage shaderStage, GraphicsAPI::GraphicsPipeline::CreateInfo::ShaderStageData &stageCreateInfo, std::vector< char > &fileData) override |
|
virtual bool | LoadShaderStageByUuid (Uuid uuid, GraphicsAPI::ShaderStage shaderStage, GraphicsAPI::GraphicsPipeline::CreateInfo::ShaderStageData &shaderStageCreateInfo, std::vector< char > &fileData) override |
|
◆ LoadBinaryByAddress()
AssetLoadBinaryResult ArchiveAssetLoader::LoadBinaryByAddress |
( |
AssetType | assetType, |
|
|
std::string_view | address ) |
|
overridevirtual |
◆ LoadBinaryByPath()
AssetLoadBinaryResult ArchiveAssetLoader::LoadBinaryByPath |
( |
AssetType | assetType, |
|
|
const std::filesystem::path & | path ) |
|
overridevirtual |
◆ LoadBinaryByUuid()
◆ LoadShaderStageByAddress()
◆ LoadShaderStageByPath()
◆ LoadShaderStageByUuid()
◆ LoadTextByAddress()
AssetLoadTextResult ArchiveAssetLoader::LoadTextByAddress |
( |
AssetType | assetType, |
|
|
std::string_view | address ) |
|
overridevirtual |
◆ LoadTextByPath()
AssetLoadTextResult ArchiveAssetLoader::LoadTextByPath |
( |
AssetType | assetType, |
|
|
const std::filesystem::path & | path ) |
|
overridevirtual |
◆ LoadTextByUuid()
The documentation for this class was generated from the following files:
- /github/workspace/sources/code/EngineCore/Assets/Loaders/ArchiveAssetLoader.hpp
- /github/workspace/sources/code/EngineCore/Assets/Loaders/ArchiveAssetLoader.cpp