Is the stream one gets via buffer.get_stream() intended also for reading data?
It seems to me that the data read from such a stream is updated only at the end of the frame. Let me try to explain better. If in the same frame I write and then read from a stream then I don’t read the new written data but the value that was in the stream at the end of the previous frame.
Any help?
Thanks!