Minor buffer fix

This commit is contained in:
Elias Naur 2003-07-23 14:51:19 +00:00
parent e4aaf66d8c
commit df95a09ba8
1 changed files with 2 additions and 2 deletions

View File

@ -413,8 +413,8 @@ public class CoreGL implements CoreGLConstants {
public static native void glViewport(int x, int y, int width, int height);
public static native void glMultiDrawArrays(
int mode,
ByteBuffer piFirst,
ByteBuffer piCount,
IntBuffer piFirst,
IntBuffer piCount,
int primcount);
/* public static native void glMultiDrawElements(