eglCreateImage method
Implementation
ffi.Pointer<ffi.Void> eglCreateImage(
ffi.Pointer<ffi.Void> dpy,
ffi.Pointer<ffi.Void> ctx,
int target,
ffi.Pointer<ffi.Void> buffer,
ffi.Pointer<ffi.Int32> attrib_list,
) {
return _eglCreateImage(
dpy,
ctx,
target,
buffer,
attrib_list,
);
}