GLfloat or GLuint in LWJGL

Started by Marltoro, November 24, 2012, 21:21:00

Previous topic - Next topic

Marltoro

I originally learned OpenGL in C++. How do I create a GLfloat or a GLuint variable in LWJGL? I'm fairly new to Java so I'm not sure if I can just use Java's standard float or int variables for LWJGL.

ra4king

It's just the standard Java float, int, and intrinsic types. LWJGL takes care of types for you.
-Roi

Marltoro