PFNGLREADNPIXELSPROC typedef

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

Implementation

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