GlTexPageCommitmentARB typedef

GlTexPageCommitmentARB = void Function(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int commit)

Implementation

typedef GlTexPageCommitmentARB = void Function(
    int target,
    int level,
    int xoffset,
    int yoffset,
    int zoffset,
    int width,
    int height,
    int depth,
    int commit);