PFNGLCOMPRESSEDTEXIMAGE1DPROC typedef

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

Implementation

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