mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoCommon: add function to serialize ShaderAsset to json
This commit is contained in:
@ -52,6 +52,7 @@ struct PixelShaderData
|
||||
{
|
||||
static bool FromJson(const CustomAssetLibrary::AssetID& asset_id, const picojson::object& json,
|
||||
PixelShaderData* data);
|
||||
static void ToJson(picojson::object& obj, const PixelShaderData& data);
|
||||
|
||||
// These shader properties describe the input that the
|
||||
// shader expects to expose. The key is text
|
||||
|
Reference in New Issue
Block a user