PFNGLREADNPIXELSPROC typedef

PFNGLREADNPIXELSPROC = Void Function(Int32 x, Int32 y, Uint32 width, Uint32 height, Uint32 format, Uint32 type, Uint32 bufSize, Pointer<NativeType> data)

Implementation

typedef PFNGLREADNPIXELSPROC =
    Void Function(
      Int32 x,
      Int32 y,
      Uint32 width,
      Uint32 height,
      Uint32 format,
      Uint32 type,
      Uint32 bufSize,
      Pointer<NativeType> data,
    );