public interface PlatformGLCanvas
AWTGLCanvas.| Modifier and Type | Method and Description |
|---|---|
long |
create(Canvas canvas,
GLData data,
GLData effective) |
boolean |
delayBeforeSwapNV(float seconds) |
boolean |
deleteContext(long context) |
void |
dispose() |
boolean |
isCurrent(long context) |
void |
lock() |
boolean |
makeCurrent(long context) |
boolean |
swapBuffers() |
void |
unlock() |
long create(Canvas canvas, GLData data, GLData effective) throws AWTException
AWTExceptionboolean deleteContext(long context)
boolean makeCurrent(long context)
boolean isCurrent(long context)
boolean swapBuffers()
boolean delayBeforeSwapNV(float seconds)
void lock() throws AWTException
AWTExceptionvoid unlock()
throws AWTException
AWTExceptionvoid dispose()
Copyright © 2016–2019 LWJGLX. All rights reserved.