Skip to main content

glCopyTexImage1D

Function glCopyTexImage1D 

Source
pub unsafe extern "C" fn glCopyTexImage1D(
    target: GLenum,
    level: GLint,
    internalformat: GLenum,
    x: GLint,
    y: GLint,
    width: GLsizei,
    border: GLint,
)