Run format_all.sh.
This commit is contained in:
Родитель
6b3da831be
Коммит
a1b3964cbd
3
main.cpp
3
main.cpp
|
@ -729,7 +729,8 @@ static int main_inner(int argc, char *argv[])
|
|||
});
|
||||
|
||||
cbs.add("--remove-unused-variables", [&args](CLIParser &) { args.remove_unused = true; });
|
||||
cbs.add("--combined-samplers-inherit-bindings", [&args](CLIParser &) { args.combined_samplers_inherit_bindings = true; });
|
||||
cbs.add("--combined-samplers-inherit-bindings",
|
||||
[&args](CLIParser &) { args.combined_samplers_inherit_bindings = true; });
|
||||
|
||||
cbs.default_handler = [&args](const char *value) { args.input = value; };
|
||||
cbs.error_handler = [] { print_help(); };
|
||||
|
|
|
@ -24,6 +24,6 @@ namespace spirv_cross_util
|
|||
void rename_interface_variable(spirv_cross::Compiler &compiler, const std::vector<spirv_cross::Resource> &resources,
|
||||
uint32_t location, const std::string &name);
|
||||
void inherit_combined_sampler_bindings(spirv_cross::Compiler &compiler);
|
||||
}
|
||||
} // namespace spirv_cross_util
|
||||
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче