GlCompressedTexImage3D typedef
GlCompressedTexImage3D =
void Function(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, Pointer<NativeType> data)
Implementation
typedef GlCompressedTexImage3D = void Function(
int target,
int level,
int internalformat,
int width,
int height,
int depth,
int border,
int imageSize,
Pointer data);