GlCompressedTextureSubImage3DEXT typedef
GlCompressedTextureSubImage3DEXT =
void Function(int texture, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, Pointer<NativeType> bits)
Implementation
typedef GlCompressedTextureSubImage3DEXT = void Function(
int texture,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int imageSize,
Pointer bits);