GlTexturePageCommitmentEXT typedef
GlTexturePageCommitmentEXT =
void Function(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int commit)
Implementation
typedef GlTexturePageCommitmentEXT = void Function(
int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int commit);