mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 07:54:05 +00:00
Don't emit initNativeStub() when generating context-specific OpenGL java classes
This commit is contained in:
parent
b59e82fd83
commit
fecbafc097
62 changed files with 3 additions and 63 deletions
|
|
@ -19,7 +19,6 @@ public final class ATIVertexArrayObject {
|
|||
private ATIVertexArrayObject() {
|
||||
}
|
||||
|
||||
static native void initNativeStubs() throws LWJGLException;
|
||||
|
||||
public static void glGetVariantArrayObjectATI(int id, int pname, IntBuffer params) {
|
||||
long function_pointer = GLContext.getCapabilities().ATI_vertex_array_object_glGetVariantArrayObjectivATI_pointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue