Function components::platform::gles::ffi::glCopyTexSubImage2D
source · [−]pub unsafe fn glCopyTexSubImage2D(
target: u32,
level: i32,
xoffset: i32,
yoffset: i32,
x: i32,
y: i32,
width: i32,
height: i32
)
Expand description
glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height)
target
group: TextureTarget
level
group: CheckedInt32
xoffset
group: CheckedInt32
yoffset
group: CheckedInt32
x
group: WinCoord
y
group: WinCoord