GlCompressedTextureSubImage2DEXT typedef

GlCompressedTextureSubImage2DEXT = void Function(int texunit, int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, Pointer<NativeType> bits)

Implementation

typedef GlCompressedTextureSubImage2DEXT = void Function(
    int texture,
    int target,
    int level,
    int xoffset,
    int yoffset,
    int width,
    int height,
    int format,
    int imageSize,
    Pointer bits);