Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::Assets::ArchiveAssetLoader Class Reference
Inheritance diagram for Grindstone::Assets::ArchiveAssetLoader:
Grindstone::Assets::AssetLoader

Public Member Functions

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
 
- Public Member Functions inherited from Grindstone::Assets::AssetLoader

Protected Member Functions

AssetLoadBinaryResult LoadAsset (const ArchiveDirectory::AssetInfo &assetInfo)
 

Protected Attributes

ArchiveDirectory archiveDirectory
 
Buffer lastBuffer
 
uint16_t lastBufferIndex = UINT16_MAX
 

Member Function Documentation

◆ LoadBinaryByAddress()

AssetLoadBinaryResult ArchiveAssetLoader::LoadBinaryByAddress ( AssetType assetType,
std::string_view address )
overridevirtual

◆ LoadBinaryByPath()

AssetLoadBinaryResult ArchiveAssetLoader::LoadBinaryByPath ( AssetType assetType,
const std::filesystem::path & path )
overridevirtual

◆ LoadBinaryByUuid()

AssetLoadBinaryResult ArchiveAssetLoader::LoadBinaryByUuid ( AssetType assetType,
Uuid uuid )
overridevirtual

◆ LoadShaderStageByAddress()

bool ArchiveAssetLoader::LoadShaderStageByAddress ( std::string_view address,
const GraphicsAPI::ShaderStage shaderStage,
GraphicsAPI::GraphicsPipeline::CreateInfo::ShaderStageData & stageCreateInfo,
std::vector< char > & fileData )
overridevirtual

◆ LoadShaderStageByPath()

bool ArchiveAssetLoader::LoadShaderStageByPath ( const std::filesystem::path & path,
GraphicsAPI::ShaderStage shaderStage,
GraphicsAPI::GraphicsPipeline::CreateInfo::ShaderStageData & shaderStageCreateInfo,
std::vector< char > & fileData )
overridevirtual

◆ LoadShaderStageByUuid()

bool ArchiveAssetLoader::LoadShaderStageByUuid ( Uuid uuid,
GraphicsAPI::ShaderStage shaderStage,
GraphicsAPI::GraphicsPipeline::CreateInfo::ShaderStageData & shaderStageCreateInfo,
std::vector< char > & fileData )
overridevirtual

◆ LoadTextByAddress()

AssetLoadTextResult ArchiveAssetLoader::LoadTextByAddress ( AssetType assetType,
std::string_view address )
overridevirtual

◆ LoadTextByPath()

AssetLoadTextResult ArchiveAssetLoader::LoadTextByPath ( AssetType assetType,
const std::filesystem::path & path )
overridevirtual

◆ LoadTextByUuid()

AssetLoadTextResult ArchiveAssetLoader::LoadTextByUuid ( AssetType assetType,
Uuid uuid )
overridevirtual

The documentation for this class was generated from the following files: