Function Gl.TextureSubImage1D
Commands for GL_VERSION_4_5
void TextureSubImage1D
(
uint texture,
int level,
int xoffset,
int width,
uint format,
uint type,
const(void)* pixels
) const;