PFNGLCOMPRESSEDTEXTUREIMAGE2DEXTPROCDart typedef

PFNGLCOMPRESSEDTEXTUREIMAGE2DEXTPROCDart = void Function(int texture, int target, int level, int internalformat, int width, int height, int border, int imageSize, Pointer<NativeType> bits)

Implementation

typedef PFNGLCOMPRESSEDTEXTUREIMAGE2DEXTPROCDart =
    void Function(
      int texture,
      int target,
      int level,
      int internalformat,
      int width,
      int height,
      int border,
      int imageSize,
      Pointer<NativeType> bits,
    );