[][src]Function gl46::glTextureSubImage1D

pub unsafe fn glTextureSubImage1D(
    texture: GLuint,
    level: GLint,
    xoffset: GLint,
    width: GLsizei,
    format: GLenum,
    type_: GLenum,
    pixels: *const c_void
)

glTextureSubImage1D(texture, level, xoffset, width, format, type_, pixels)

  • format group: PixelFormat
  • type_ group: PixelType