vk: Fix video-out calibration pass inputs
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user