MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / command_param_usage_text

Function command_param_usage_text

scripts/generators/api_dump_generator.py:247–248  ·  view source on GitHub ↗
(command : Command)

Source from the content-addressed store, hash-verified

245
246# Comma separate the names of the parameters. ex) foo, bar, baz
247def command_param_usage_text(command : Command):
248 return ', '.join(p.name for p in command.params)
249
250def get_fulltype(var):
251 custom_fullType = var.fullType

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected