It seems to work here in Qt 6.9 with Qt RHI.
On Wed, Sep 17, 2025 at 5:19 PM Marcel Gotsch via Interest <[email protected]> wrote: > > Hi folks, > > we'd like to be able to have a dynamically sized array attached to the vertex > shader. Is this possible? > > Like this > > layout(std430, binding = 2) buffer MyBuffer > { > mat4 matrix; > float lotsOfFloats[]; > }; > > > Cheers, > Marcel Gotsch > _______________________________________________ > Interest mailing list > [email protected] > https://lists.qt-project.org/listinfo/interest _______________________________________________ Interest mailing list [email protected] https://lists.qt-project.org/listinfo/interest
