PFNGLCOMPRESSEDTEXIMAGE2DPROC typedef

PFNGLCOMPRESSEDTEXIMAGE2DPROC = Void Function(Uint32 target, Int32 level, Uint32 internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, Pointer<Void> data)

Implementation

typedef PFNGLCOMPRESSEDTEXIMAGE2DPROC = Void Function(
    Uint32 target,
    Int32 level,
    Uint32 internalformat,
    Int32 width,
    Int32 height,
    Int32 border,
    Int32 imageSize,
    Pointer<Void> data);