Hello, I'm getting weird behavior in my fragment shader.
I have two arrays in my uniform buffer a vec4 [30] and a vec3 [16]. The last arrays data seems to have been made changes to at some point.
I tried different layouts with no change in behavior, so what whould I try next? I buffer the data in the right order etc as well. first a buffer for stars then a buffersubdata for cloudpartsCode :uniform Sky { vec4 stars[30]; vec3 cloudparts[16]; };
Some of the array indices have valid data, others seem to have swizzled components or something...
Latest Nvidia driver with a GT240. I am not over the max uniforms limit.



