eglDestroySurface method
Implementation
int eglDestroySurface(
ffi.Pointer<ffi.Void> dpy,
ffi.Pointer<ffi.Void> surface,
) {
return (_eglDestroySurface ??=
_dylib.lookupFunction<_c_eglDestroySurface, _dart_eglDestroySurface>(
'eglDestroySurface'))(
dpy,
surface,
);
}