GlTextureSubImage1D typedef

GlTextureSubImage1D = void Function(int texture, int level, int xoffset, int width, int format, int type, Pointer<NativeType> pixels)

Implementation

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