Function nstd_gl::nstd_std_gl_state_resize[][src]

pub unsafe extern "C" fn nstd_std_gl_state_resize(
    state: &mut NSTDGLState,
    new_size: &NSTDWindowSize
)
Expand description

Resizes a GL state’s context. Parameters: NSTDGLState *const state - The GL state. const NSTDWindowSize *const new_size - The new context size.