Function windows_sys::Win32::Graphics::OpenGL::glOrtho
pub unsafe extern "system" fn glOrtho(
left: f64,
right: f64,
bottom: f64,
top: f64,
znear: f64,
zfar: f64
)Expand description
Required features: "Win32_Graphics_OpenGL"