mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +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
|
|
@ -68,7 +68,6 @@ public final class EXTFramebufferObject {
|
|||
private EXTFramebufferObject() {
|
||||
}
|
||||
|
||||
static native void initNativeStubs() throws LWJGLException;
|
||||
|
||||
public static void glGenerateMipmapEXT(int target) {
|
||||
long function_pointer = GLContext.getCapabilities().EXT_framebuffer_object_glGenerateMipmapEXT_pointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue