Added private constructors to OpenAL and OpenGL static classes

This commit is contained in:
Elias Naur 2004-07-31 09:34:09 +00:00
parent c46ad444ea
commit 5966d7b6b6
108 changed files with 336 additions and 105 deletions

View file

@ -41,8 +41,7 @@ import java.nio.IntBuffer;
import org.lwjgl.LWJGLException;
import org.lwjgl.BufferChecks;
public class ARBProgram {
public abstract class ARBProgram {
/*
* Accepted by the <format> parameter of ProgramStringARB:
*/
@ -131,7 +130,6 @@ public class ARBProgram {
public static final int GL_MATRIX30_ARB = 0x88DE;
public static final int GL_MATRIX31_ARB = 0x88DF;
static native void initNativeStubs() throws LWJGLException;
// ---------------------------