Skip to content

Tag: lwjgl

LWJGL – OpenGL not rendering

The following LWJGL code is expected to render a blueish square in the center of the screen. Instead, I get a blank white screen. It’s like the rendering is not working at all, or that I am rendering outside of the screen. I’m a complete noob in OpenGL and LWJGL, so I’m out of my depth. I we…