GlCompressedTextureImage2DEXT typedef
GlCompressedTextureImage2DEXT =
void Function(int texture, int target, int level, int internalformat, int width, int height, int border, int imageSize, Pointer<NativeType> bits)
Implementation
typedef GlCompressedTextureImage2DEXT = void Function(
int texture,
int target,
int level,
int internalformat,
int width,
int height,
int border,
int imageSize,
Pointer bits);