summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Assets/CustomAssetLibrary.h
AgeCommit message (Expand)Author
2025-08-22VideoCommon: update shader asset to support both vertex and pixel shaders; re...iwubcode
2025-06-06VideoCommon: rename m_bytes_loaded in asset library to bytes_loadediwubcode
2025-06-06VideoCommon: rename GameTextureAsset into TextureAsset and make it only conta...iwubcode
2025-06-06VideoCommon: remove 'GetLastAssetWriteTime' and switch to a steady_clock for ...iwubcode
2024-02-12VideoCommon: make mesh asset data loadable by asset loaderiwubcode
2023-11-25CustomAssetLibrary: Remove unnecessary qualifier in LoadInfoLioncash
2023-11-25CustomAssetLibrary: Add virtual destructorLioncash
2023-10-10VideoCommon: instead of using 'CustomTextureData' directly, use 'TextureData'...iwubcode
2023-08-15VideoCommon: asset load time is now stored as a chrono system_clock time, so ...iwubcode
2023-07-16VideoCommon: initialize load info variablesiwubcode
2023-07-09VideoCommon: add material asset. A material is similar to other graphics eng...iwubcode
2023-06-30VideoCommon: add a pixel shader assetiwubcode
2023-06-01VideoCommon: add custom asset implementation and asset library that can load ...iwubcode