gpuweb
gpuweb copied to clipboard
Recursive structs?
Hello,
I can't find any info about nested struct, something like this:
struct MyData {
v1:vec4<f32>,
children: array<MyData>
}
Is it planned to deal with such a structure or is there a workaround to achieve this ?
Thank you in advance for your help.