Function windows_sys::Win32::Graphics::OpenGL::glCopyTexSubImage2D
[−]pub unsafe extern "system" fn glCopyTexSubImage2D(
target: u32,
level: i32,
xoffset: i32,
yoffset: i32,
x: i32,
y: i32,
width: i32,
height: i32
)
Expand description
Required features: "Win32_Graphics_OpenGL"