mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
Minor buffer fix
This commit is contained in:
parent
e4aaf66d8c
commit
df95a09ba8
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue