mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 14:07:52 +00:00
New buffer code
This commit is contained in:
parent
eb7e231172
commit
923abe46a9
1 changed files with 1 additions and 1 deletions
|
|
@ -594,7 +594,7 @@ public abstract class CoreAL extends BaseAL implements BaseALConstants {
|
|||
*
|
||||
* @param buffers Buffer to delete from
|
||||
*/
|
||||
public static void alDeleteBuffers(int n, IntBuffer buffers) {
|
||||
public static void alDeleteBuffers(IntBuffer buffers) {
|
||||
nalDeleteBuffers(buffers.remaining(), buffers, buffers.position());
|
||||
}
|
||||
private static native void nalDeleteBuffers(int n, IntBuffer buffers, int offset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue