[][src]Function gl46::glCopyTexSubImage1D

pub unsafe fn glCopyTexSubImage1D(
    target: GLenum,
    level: GLint,
    xoffset: GLint,
    x: GLint,
    y: GLint,
    width: GLsizei
)

glCopyTexSubImage1D(target, level, xoffset, x, y, width)

  • target group: TextureTarget
  • level group: CheckedInt32
  • xoffset group: CheckedInt32
  • x group: WinCoord
  • y group: WinCoord