Function windows_sys::Win32::Graphics::OpenGL::glTexSubImage1D
[−]pub unsafe extern "system" fn glTexSubImage1D(
target: u32,
level: i32,
xoffset: i32,
width: i32,
format: u32,
type: u32,
pixels: *const c_void
)
Expand description
Required features: "Win32_Graphics_OpenGL"