Function rust_raylib::ffi::InitWindow
source · pub unsafe extern "C" fn InitWindow(
width: c_int,
height: c_int,
title: *const c_char
)
Expand description
Initialize window and OpenGL context
pub unsafe extern "C" fn InitWindow(
width: c_int,
height: c_int,
title: *const c_char
)
Initialize window and OpenGL context