GlReadPixelsNative typedef
GlReadPixelsNative =
Void Function(Int32 x, Int32 y, Int32 width, Int32 height, Uint32 format, Uint32 type, Pointer<NativeType> pixels)
Implementation
typedef GlReadPixelsNative = Void Function(Int32 x, Int32 y, Int32 width,
Int32 height, Uint32 format, Uint32 type, Pointer pixels);