PFNGLCOMPRESSEDTEXTUREIMAGE2DEXTPROC typedef

PFNGLCOMPRESSEDTEXTUREIMAGE2DEXTPROC = Void Function(Uint32 texture, Uint32 target, Int32 level, Uint32 internalformat, Uint32 width, Uint32 height, Int32 border, Uint32 imageSize, Pointer<NativeType> bits)

Implementation

typedef PFNGLCOMPRESSEDTEXTUREIMAGE2DEXTPROC =
    Void Function(
      Uint32 texture,
      Uint32 target,
      Int32 level,
      Uint32 internalformat,
      Uint32 width,
      Uint32 height,
      Int32 border,
      Uint32 imageSize,
      Pointer<NativeType> bits,
    );