eglQuerySurface method
Implementation
int eglQuerySurface(
ffi.Pointer<ffi.Void> dpy,
ffi.Pointer<ffi.Void> surface,
int attribute,
ffi.Pointer<ffi.Int32> value,
) {
return _eglQuerySurface(
dpy,
surface,
attribute,
value,
);
}