Is there any way to get the pixel information from a Texture? All I need are the colors. Currently I’m storing both a BufferedImage and an OpenGL Texture just to access pixel information, which is obviously wasteful if there’s another way to do it.
Thanks.
