vk: Fix video-out calibration pass inputs
Some checks failed
Generate Translation Template / Generate Translation Template (push) Failing after 48s
Build RPCS3 / RPCS3 Linux ubuntu-24.04 gcc (push) Has been skipped
Build RPCS3 / RPCS3 Linux ubuntu-24.04 clang (push) Has been skipped
Build RPCS3 / RPCS3 FreeBSD (push) Has been skipped
Build RPCS3 / RPCS3 Linux ubuntu-24.04-arm gcc (push) Has been cancelled
Build RPCS3 / RPCS3 Linux ubuntu-24.04-arm clang (push) Has been cancelled
Build RPCS3 / RPCS3 Mac Intel (push) Has been cancelled
Build RPCS3 / RPCS3 Mac Apple Silicon (push) Has been cancelled
Build RPCS3 / RPCS3 Windows (push) Has been cancelled
Build RPCS3 / RPCS3 Windows Clang (push) Has been cancelled

This commit is contained in:
kd-11 2025-06-25 01:44:04 +03:00 committed by kd-11
parent 3df93dcc19
commit aa50b0fbb9

View file

@ -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);