Function glfw::init_hint[][src]

pub fn init_hint(hint: InitHint)
Expand description

Sets hints for the next initialization of GLFW.

The values you set hints to are never reset by GLFW, but they only take effect during initialization. Once GLFW has been initialized, any values you set will be ignored until the library is terminated and initialized again.

Wrapper for glfwInitHint.