[Interest] Is there support in Qt 6.8 for shader storage blocks?
Marcel Gotsch
marcel.gotsch at native-instruments.com
Wed Sep 17 17:18:01 CEST 2025
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20250917/b7248b66/attachment.htm>
More information about the Interest
mailing list