11 lines
361 B
Java
11 lines
361 B
Java
|
// C function EGLSurface eglCreatePlatformWindowSurface ( EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list )
|
||
|
|
||
|
public static native EGLSurface eglCreatePlatformWindowSurface(
|
||
|
EGLDisplay dpy,
|
||
|
EGLConfig config,
|
||
|
java.nio.Buffer native_window,
|
||
|
long[] attrib_list,
|
||
|
int offset
|
||
|
);
|
||
|
|