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