GlFramebufferTexture3D typedef

GlFramebufferTexture3D = void Function(int target, int offset, int size, int memory, int memOffset, int commit)

Implementation

typedef GlFramebufferTexture3D = void Function(int target, int attachment,
    int textarget, int texture, int level, int zoffset);