Skip to main content

glCopyTextureImage2D

Function glCopyTextureImage2D 

Source
pub unsafe extern "C" fn glCopyTextureImage2D(
    texture: u32,
    level: i32,
    internalformat: u32,
    x: i32,
    y: i32,
    width: i32,
    height: i32,
    border: i32,
)