Function smithay::backend::egl::get_proc_address[][src]

pub unsafe fn get_proc_address(symbol: &str) -> *const c_void
Expand description

Returns the address of an OpenGL function.

Result is independent of displays and does not guarantee an extension is actually supported at runtime.

Safety

This function should only be invoked while an EGL context is active.