Oops! My bad. My mistake was assuming that flattening via ndarray.reshape(-1)
is equivalent to buffer.dimensions = ...
The reason I was using numpy arrays is because I'm actually trying to…
...Huh. Thanks! I only encountered transposed matrices before, so the behavior of transposed tensors threw me off the trail.
If the developer consensus will be that this behavior should…
Also, would you mind clarifying how to compare it to gpu.types.GPUTexture.read? I'm afraid I'm not aware of any API which could use GPUTexture as an alternative to GPUFrameBuffer.read_color(). The…
It's not simply transposed, the behavior is quite a bit trickier. I created a large black plane taking the whole view (so theoretically RGB should be 0 and A should be 255), and here's the RGBA8…