LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Uze on November 19, 2018, 17:10:47

Title: Where to find source code of nNewDirectByteBuffer?
Post by: Uze on November 19, 2018, 17:10:47
Hello,

I wonder where is the source code of native method org.lwjgl.system.jni.JNINativeInterface#nNewDirectByteBuffer ?
I'm unable to find it in here https://github.com/LWJGL/lwjgl3 and don't know where else to look?
Title: Re: Where to find source code of nNewDirectByteBuffer?
Post by: KaiHH on November 19, 2018, 17:41:11
The GitHub search tokenizer is kina bad when it comes to this. Search for the full string "Java_org_lwjgl_system_jni_JNINativeInterface_nNewDirectByteBuffer" on GitHub in the repo.
Title: Re: Where to find source code of nNewDirectByteBuffer?
Post by: Uze on November 19, 2018, 19:13:40
Yes, I see! Thank you very much!
Title: Re: Where to find source code of nNewDirectByteBuffer?
Post by: crazymag on November 21, 2018, 01:32:38
Have you managed to find the source code?
Title: Re: Where to find source code of nNewDirectByteBuffer?
Post by: Uze on November 21, 2018, 11:34:20
Yes, as KAIHH explained it is present in GitHub repo.