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

Reply via email to