Skip to main content

glCopyTextureSubImage2D

Function glCopyTextureSubImage2D 

Source
pub unsafe extern "C" fn glCopyTextureSubImage2D(
    texture: u32,
    level: i32,
    xoffset: i32,
    yoffset: i32,
    x: i32,
    y: i32,
    width: i32,
    height: i32,
)