GlGetTexImage typedef
GlGetTexImage =
void Function(int target, int internalformat, int format, int type, Pointer<NativeType> data)
Implementation
typedef GlGetTexImage = void Function(
int target, int level, int format, int type, Pointer pixels);