public static interface EGLBase.IEglSurface
| Modifier and Type | Method and Description |
|---|---|
EGLBase.IContext |
getContext() |
boolean |
isValid() |
void |
makeCurrent() |
void |
release() |
void |
swap() |
void |
swap(long presentationTimeNs)
swap with presentation time[ns]
only works well now when using EGLBase14
|
void makeCurrent()
void swap()
EGLBase.IContext getContext()
void swap(long presentationTimeNs)
presentationTimeNs - void release()
boolean isValid()