summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Assets/CustomAssetLoader.cpp
AgeCommit message (Expand)Author
2024-02-16Merge pull request #12457 from iwubcode/asset_memory_limitMai
2024-02-12VideoCommon: make mesh asset data loadable by asset loaderiwubcode
2023-12-21VideoCommon: handle asset memory going over reserved limit correctly by error...iwubcode
2023-10-10VideoCommon: instead of using 'CustomTextureData' directly, use 'TextureData'...iwubcode
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-05VideoCommon: add additional locks around asset access and usage to ensure thr...iwubcode
2023-06-02VideoCommon: add multithreaded asset loader and define a texture assetiwubcode