I'm making a 2D Java program with LWJGL and its OpenGL. It uses LWJGL's display.
I would like one image to show above the second image on screen, but it's blocked out, I assume by default. Does LWJGL have a setting so that the image has 'priority' over the background, so that it sends the image in front of it?