PFNGLBITMAPXOESPROC typedef

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

Implementation

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