GlTexturePageCommitmentMemNV typedef

GlTexturePageCommitmentMemNV = void Function(int texture, int layer, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int memory, int offset, int commit)

Implementation

typedef GlTexturePageCommitmentMemNV = void Function(
    int texture,
    int layer,
    int level,
    int xoffset,
    int yoffset,
    int zoffset,
    int width,
    int height,
    int depth,
    int memory,
    int offset,
    int commit);