|
From: <eli...@us...> - 2004-02-15 15:53:34
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23122/src/native/win32 Modified Files: org_lwjgl_opengl_Pbuffer.cpp Log Message: Added GLX_ARB_multisample support to Pbuffers Index: org_lwjgl_opengl_Pbuffer.cpp =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/win32/org_lwjgl_opengl_Pbuffer.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- org_lwjgl_opengl_Pbuffer.cpp 22 Oct 2003 11:45:51 -0000 1.4 +++ org_lwjgl_opengl_Pbuffer.cpp 15 Feb 2004 15:46:10 -0000 1.5 @@ -68,7 +68,7 @@ * Signature: (IIII)I */ JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_Pbuffer_nCreate - (JNIEnv *env, jclass clazz, jint width, jint height, jint bpp, jint alpha, jint depth, jint stencil) + (JNIEnv *env, jclass clazz, jint width, jint height, jint bpp, jint alpha, jint depth, jint stencil, jint samples) { int iPixelFormat; unsigned int num_formats_returned; |