/** * (C) 2002 Shaven Puppy Ltd * * GLConstants.java Created on Aug 1, 2002 by foo */ package org.lwjgl.opengl; /** * (C) 2002 Shaven Puppy Ltd * * BaseGLConstants.java Created on Aug 1, 2002 by foo */ /** * All GL constants, including all supported extensions. * * @author foo */ public interface GLConstants extends CoreGLConstants { }