PFNGLBITMAPPROC typedef

PFNGLBITMAPPROC = Void Function(Uint32 width, Uint32 height, Float xorig, Float yorig, Float xmove, Float ymove, Pointer<Uint8> bitmap)

Implementation

typedef PFNGLBITMAPPROC =
    Void Function(
      Uint32 width,
      Uint32 height,
      Float xorig,
      Float yorig,
      Float xmove,
      Float ymove,
      Pointer<Uint8> bitmap,
    );