[][src]Function egls::apis::get_proc_address

pub fn get_proc_address<T: AsRef<str>>(procname: T) -> *mut c_void

Return a GL or an EGL extension function.

Parameters

  • procname - Specifies the name of the function to return.