mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
vk: Fix video-out calibration pass inputs
This commit is contained in:
parent
7cc00bd0ba
commit
221f4346c7
1 changed files with 1 additions and 1 deletions
|
@ -859,7 +859,7 @@ namespace vk
|
||||||
|
|
||||||
std::pair<std::string_view, std::string> repl_list[] =
|
std::pair<std::string_view, std::string> repl_list[] =
|
||||||
{
|
{
|
||||||
{ "%sampler_binding", fmt::format("(%d + x)", sampler_location(0)) },
|
{ "%sampler_binding", "x" },
|
||||||
{ "%set_decorator", "set=0" },
|
{ "%set_decorator", "set=0" },
|
||||||
};
|
};
|
||||||
fs_src = fmt::replace_all(fs_src, repl_list);
|
fs_src = fmt::replace_all(fs_src, repl_list);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue