GlTexturePageCommitmentEXT typedef

GlTexturePageCommitmentEXT = void Function(int texunit, int target, int level, int internalformat, int x, int y, int width, int height, int border)

Implementation

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