GlTexPageCommitmentARB typedef
GlTexPageCommitmentARB =
void Function(int texunit, int target, int level, int internalformat, int x, int y, int width, int height, int border)
Implementation
typedef GlTexPageCommitmentARB = void Function(
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int commit);