[Interest] Is there support in Qt 6.8 for shader storage blocks?

Jean-Michaël Celerier jeanmichael.celerier at gmail.com
Thu Sep 18 13:20:18 CEST 2025


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
<interest at qt-project.org> 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
> Interest at qt-project.org
> https://lists.qt-project.org/listinfo/interest


More information about the Interest mailing list