GlCompressedTexImage1D typedef

GlCompressedTexImage1D = void Function(int target, int level, int internalformat, int width, int border, int imageSize, Pointer<NativeType> data)

Implementation

typedef GlCompressedTexImage1D = void Function(int target, int level,
    int internalformat, int width, int border, int imageSize, Pointer data);