mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-05 04:54:36 +01:00
21 lines
357 B
Java
21 lines
357 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 CoreGL14Constants {
|
||
|
|
|
||
|
|
}
|