mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
VideoCommon: add a pixel shader asset
This commit is contained in:
parent
61c45e8d68
commit
6ea49c6746
9 changed files with 310 additions and 0 deletions
|
@ -22,6 +22,7 @@ public:
|
|||
using AssetMap = std::map<std::string, std::filesystem::path>;
|
||||
|
||||
LoadInfo LoadTexture(const AssetID& asset_id, CustomTextureData* data) override;
|
||||
LoadInfo LoadPixelShader(const AssetID& asset_id, PixelShaderData* data) override;
|
||||
|
||||
// Gets the latest time from amongst all the files in the asset map
|
||||
TimeType GetLastAssetWriteTime(const AssetID& asset_id) const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue