Replaced CHECK_EXISTS with one time check at symbol load time

This commit is contained in:
Elias Naur 2004-03-07 15:18:47 +00:00
parent de2edcf84f
commit 39140f1072
112 changed files with 2105 additions and 12195 deletions

View file

@ -198,4 +198,4 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Pbuffer_nReleaseTexImage
(JNIEnv *env, jclass clazz, jint handle, jint buffer)
{
throwException(env, "The render-to-texture extension is not supported.");
}
}