gpuweb icon indicating copy to clipboard operation
gpuweb copied to clipboard

Recursive structs?

Open Alphapage opened this issue 1 year ago • 5 comments

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.

Alphapage avatar Jun 10 '24 17:06 Alphapage