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,6 +33,8 @@ package org.lwjgl.opengl;
import java.nio.ShortBuffer;
import org.lwjgl.LWJGLException;
public final class NVHalfFloat {
/*
@ -44,7 +46,7 @@ public final class NVHalfFloat {
*/
public static final int GL_HALF_FLOAT_NV = 0x140B;
static native void initNativeStubs();
static native void initNativeStubs() throws LWJGLException;
public static native void glVertex2hNV(short x, short y);