more fields for Vec
This commit is contained in:
parent
c0f13ad9da
commit
beaba8a6a3
1 changed files with 4 additions and 4 deletions
|
|
@ -43,10 +43,10 @@ Vec :: struct(N: int, T: Type)
|
||||||
basic.append(*b, "#place components;\n");
|
basic.append(*b, "#place components;\n");
|
||||||
|
|
||||||
fields :: []string.[
|
fields :: []string.[
|
||||||
string.[ "x", "r", "u" ],
|
string.[ "x", "r", "u", "min_x", "" ],
|
||||||
string.[ "y", "g", "v" ],
|
string.[ "y", "g", "v", "min_y", "" ],
|
||||||
string.[ "z", "b", "" ],
|
string.[ "z", "b", "d", "max_x", "width" ],
|
||||||
string.[ "w", "a", "" ],
|
string.[ "w", "a", "" , "max_y", "height" ],
|
||||||
];
|
];
|
||||||
|
|
||||||
for i: 0..N - 1 {
|
for i: 0..N - 1 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue