mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
VideoCommon: prepare graphics mods for custom shader material data
This commit is contained in:
parent
7b57a4a37d
commit
b1d9e13d75
6 changed files with 19 additions and 5 deletions
|
@ -334,6 +334,7 @@ constexpr std::string_view CUSTOM_PIXELSHADER_COLOR_FUNC = "customShaderColor";
|
|||
struct CustomPixelShader
|
||||
{
|
||||
std::string custom_shader;
|
||||
std::string material_uniform_block;
|
||||
|
||||
bool operator==(const CustomPixelShader& other) const = default;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue