GlReadPixels typedef

GlReadPixels = void Function(int target, int internalformat, int offset, int size, int format, int type, Pointer<NativeType> data)

Implementation

typedef GlReadPixels = void Function(
    int x, int y, int width, int height, int format, int type, Pointer pixels);