logo
pub unsafe fn glCopyImageSubData(
    srcName: u32,
    srcTarget: u32,
    srcLevel: i32,
    srcX: i32,
    srcY: i32,
    srcZ: i32,
    dstName: u32,
    dstTarget: u32,
    dstLevel: i32,
    dstX: i32,
    dstY: i32,
    dstZ: i32,
    srcWidth: i32,
    srcHeight: i32,
    srcDepth: i32
)
Expand description

glCopyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth) srcTarget group: CopyImageSubDataTarget dstTarget group: CopyImageSubDataTarget