blob: dda37f83a83855224021f753c58b5591322c73c4 [file] [log] [blame]
// 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
);