Home | History | Annotate | Download | only in scripts

Lines Matching full:startindex

1166             startIndex = 0 if command.name == 'vkCreateInstance' else 1
1167 lines, unused = self.genFuncBody(command.name, command.params[startIndex:], '', '', None)