GlCompressedTexImage2D typedef

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

Implementation

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