Closed erlendp closed 4 years ago
Hi @erlendp! Were you able to figure this out?
@grovesNL I've put this down for a while, while I work on other projects, but I'm still keen to find a solution!
Looks like the required fields hadn't been mapped through yet, so I've added a PR to expose them:
Looks like this was fixed by #142, thanks @sir-earl!
Just wondering how to get the stride of a vertex input so I can create my buffer descriptor correctly. Calling
get_type(input.type_id)
onlayout(location = 0) in vec4 a_Pos;
appears to return aFloat { array: [] }
. There doesn't seem to be any way to get the actualvecsize
which I was expecting. Am I missing something here?