I am looking for nice solutions/code examples to accessing large changing arrays in the fragment shader.
I tried passing in a uniform but it seems like there is a size limit.
I have heard of 1d textures but I am not really sure how to implement this and I hope there is a better way…