mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-27 02:44:22 +01:00
21 lines
355 B
Java
21 lines
355 B
Java
/**
|
|
* (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 {
|
|
|
|
}
|