eglCreateWindowSurface method
Implementation
ffi.Pointer<ffi.Void> eglCreateWindowSurface(
ffi.Pointer<ffi.Void> dpy,
ffi.Pointer<ffi.Void> config,
ffi.Pointer<ffi.Void> win,
ffi.Pointer<ffi.Int32> attrib_list,
) {
return _eglCreateWindowSurface(
dpy,
config,
win,
attrib_list,
);
}