PFNGLCOMPRESSEDTEXTUREIMAGE1DEXTPROCDart typedef

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

Implementation

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