GlTextureSubImage1D typedef

GlTextureSubImage1D = void Function(int target, int internalformat, int offset, int size, int format, int type, Pointer<NativeType> data)

Implementation

typedef GlTextureSubImage1D = void Function(int texture, int level, int xoffset,
    int width, int format, int type, Pointer pixels);