Example usage for org.lwjgl.opengl GL30 glEndConditionalRender

List of usage examples for org.lwjgl.opengl GL30 glEndConditionalRender

Introduction

In this page you can find the example usage for org.lwjgl.opengl GL30 glEndConditionalRender.

Prototype

public static void glEndConditionalRender() 

Source Link

Document

Ends conditional rendering.

Usage

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

License:Open Source License

public static void glEndConditionalRender() {
    GL30.glEndConditionalRender();
}