Problems importing with LWJGL

Asked

Viewed 33 times

0

Hi, I followed in the footsteps of that video, and I took the sample code from website.

Trying to matter says method is undefined: inserir a descrição da imagem aqui

1 answer

1


I guess it didn’t work out 'cause there were a few missing import static.

Try adding this snippet at the beginning of the file Main.java:

import static org.lwjgl.glfw.GLFW.*;
import static org.lwjgl.opengl.GL11.*;
import static org.lwjgl.system.MemoryUtil.*;

Browser other questions tagged

You are not signed in. Login or sign up in order to post.