Examples of glGetString()


Examples of javax.media.opengl.GL2.glGetString()

            if (DEBUG) {
                DEBUG = false;
                System.err.println("GL_VENDOR: " + gl.glGetString(GL2.GL_VENDOR));
                System.err.println("GL_RENDERER: " + gl.glGetString(GL2.GL_RENDERER));
                System.err.println("GL_VERSION: " + gl.glGetString(GL2.GL_VERSION));
            }

            resizing = false;
        }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.