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

Public Member Functions

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, GraphicsAPI::ShaderStage shaderStage, GraphicsAPI::GraphicsPipeline::CreateInfo::ShaderStageData &shaderStageCreateInfo, 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

Member Function Documentation

◆ LoadBinaryByAddress()

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

◆ LoadBinaryByPath()

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

◆ LoadBinaryByUuid()

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

◆ LoadShaderStageByAddress()

bool Grindstone::Assets::FileAssetLoader::LoadShaderStageByAddress ( std::string_view address,
GraphicsAPI::ShaderStage shaderStage,
GraphicsAPI::GraphicsPipeline::CreateInfo::ShaderStageData & shaderStageCreateInfo,
std::vector< char > & fileData )
overridevirtual

◆ LoadShaderStageByPath()

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

◆ LoadShaderStageByUuid()

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

◆ LoadTextByAddress()

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

◆ LoadTextByPath()

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

◆ LoadTextByUuid()

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

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