mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-21 06:14:10 +00:00
Another VBO fix
This commit is contained in:
parent
b00c24ef76
commit
0a322b4219
1 changed files with 1 additions and 1 deletions
|
|
@ -3650,7 +3650,7 @@ JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_GL_glIsBufferARB(JNIEnv *env, j
|
|||
* Method: glBufferDataARB
|
||||
* Signature: n(IIII)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GL_nglBufferDataARB(JNIEnv *env, jclass clazz, jint target, jint size, jobject buffer, jint usage, jint buffer_offset)
|
||||
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GL_nglBufferDataARB(JNIEnv *env, jclass clazz, jint target, jint size, jobject buffer, jint buffer_offset, jint usage)
|
||||
{
|
||||
CHECK_EXISTS(glBufferDataARB)
|
||||
const GLbyte *address = (const GLbyte *)safeGetBufferAddress(env, buffer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue