mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
vk: Fix video-out calibration pass inputs
This commit is contained in:
parent
3df93dcc19
commit
aa50b0fbb9
|
|
@ -859,7 +859,7 @@ namespace vk
|
|||
|
||||
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" },
|
||||
};
|
||||
fs_src = fmt::replace_all(fs_src, repl_list);
|
||||
|
|
|
|||
Loading…
Reference in a new issue