PFNGLCOMPRESSEDTEXTURESUBIMAGE1DPROC typedef

PFNGLCOMPRESSEDTEXTURESUBIMAGE1DPROC = Void Function(Uint32 texture, Int32 level, Int32 xoffset, Int32 width, Uint32 format, Int32 imageSize, Pointer<Void> data)

Implementation

typedef PFNGLCOMPRESSEDTEXTURESUBIMAGE1DPROC = Void Function(
    Uint32 texture,
    Int32 level,
    Int32 xoffset,
    Int32 width,
    Uint32 format,
    Int32 imageSize,
    Pointer<Void> data);