GlCompressedTexSubImage2D typedef
GlCompressedTexSubImage2D =
void Function(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Pointer<NativeType> data)
Implementation
typedef GlCompressedTexSubImage2D = void Function(
int target,
int level,
int xoffset,
int yoffset,
int width,
int height,
int format,
int imageSize,
Pointer data);