GlTextureStorage3DEXT typedef

GlTextureStorage3DEXT = void Function(int unit, int texture, int level, int layered, int layer, int access, int format)

Implementation

typedef GlTextureStorage3DEXT = void Function(int texture, int target,
    int levels, int internalformat, int width, int height, int depth);