pub unsafe fn TexSubImage3D(
target: c_uint,
level: c_int,
xoffset: c_int,
yoffset: c_int,
zoffset: c_int,
width: c_int,
height: c_int,
depth: c_int,
format: c_uint,
type_: c_uint,
pixels: *const c_void,
)
Expand description
Fallbacks: TexSubImage3DEXT