Type Definition vkxml::ArraySize
[−]
[src]
type ArraySize = String;
If the array is "static", ArraySize specifies an integer literal.
If the array is "dynamic", ArraySize specifies the name of a construct,
usually a member of the same struct or parameter to the same function that provides the
size of the dynamic array. May also be a latexmath: expression, which may internally
reference the name of a struct/parameter.