GlCompressedMultiTexImage3DEXT typedef
GlCompressedMultiTexImage3DEXT =
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 GlCompressedMultiTexImage3DEXT = void Function(
int texunit,
int target,
int level,
int internalformat,
int width,
int height,
int depth,
int border,
int imageSize,
Pointer bits);