mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 07:24:20 +00:00
all initNativeStub() methods throws LWJGLException
This commit is contained in:
parent
b7e4214a1a
commit
53bd9b660d
60 changed files with 167 additions and 69 deletions
|
|
@ -33,6 +33,8 @@ package org.lwjgl.opengl;
|
|||
|
||||
import java.nio.*;
|
||||
|
||||
import org.lwjgl.LWJGLException;
|
||||
|
||||
public final class GL15 {
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
|
@ -71,7 +73,7 @@ public final class GL15 {
|
|||
public static final int GL_BUFFER_MAPPED = 0x88BC;
|
||||
public static final int GL_BUFFER_MAP_POINTER = 0x88BD;
|
||||
|
||||
static native void initNativeStubs();
|
||||
static native void initNativeStubs() throws LWJGLException;
|
||||
|
||||
public static void glBindBuffer(int target, int buffer) {
|
||||
switch ( target ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue