Example usage for org.lwjgl.opengl GL11 glInitNames

List of usage examples for org.lwjgl.opengl GL11 glInitNames

Introduction

In this page you can find the example usage for org.lwjgl.opengl GL11 glInitNames.

Prototype

public static native void glInitNames();

Source Link

Document

Clears the selection name stack.

Usage

From source file:tk.ivybits.engine.gl.GL.java

License:Open Source License

public static void glInitNames() {
    GL11.glInitNames();
}