Function makepad_draw::os::linux::gl_sys::TexImage2D
source · pub unsafe fn TexImage2D(
target: u32,
level: i32,
internalformat: i32,
width: i32,
height: i32,
border: i32,
format: u32,
type_: u32,
pixels: *const c_void
)