GlTextureStorage2D typedef

GlTextureStorage2D = void Function(int target, int index, int buffer, int offset, int size)

Implementation

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