all initNativeStub() methods throws LWJGLException

This commit is contained in:
Elias Naur 2004-07-04 13:14:06 +00:00
parent b7e4214a1a
commit 53bd9b660d
60 changed files with 167 additions and 69 deletions

View file

@ -33,11 +33,13 @@ package org.lwjgl.opengl;
import java.nio.FloatBuffer;
import org.lwjgl.LWJGLException;
public final class NVRegisterCombiners2
{
public static final int GL_PER_STAGE_CONSTANTS_NV = 0x8535;
static native void initNativeStubs();
static native void initNativeStubs() throws LWJGLException;
public static void glCombinerStageParameterNV(int stage, int pname, FloatBuffer pfParams) {
BufferChecks.checkBuffer(pfParams);