GlReadnPixelsARB typedef
GlReadnPixelsARB =
void Function(int texunit, int target, int level, int internalformat, int width, int border, int imageSize, Pointer<NativeType> bits)
Implementation
typedef GlReadnPixelsARB = void Function(int x, int y, int width, int height,
int format, int type, int bufSize, Pointer data);