GlTextureStorage3D typedef

GlTextureStorage3D = void Function(int texture, int levels, int internalformat, int width, int height, int depth)

Implementation

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