Skip to content

Commit

Permalink
Add comment about OpenGL function loader
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr committed May 4, 2024
1 parent d9ab91a commit 66abb93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions glutin_egl_sys/src/egl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ pub mod QueryWaylandBufferWL {
}
}

/// OpenGL function loader.
///
/// This is based on the loader generated by `gl_generator`.
#[inline(never)]
fn metaloadfn(
loadfn: &mut dyn FnMut(&'static str) -> *const __gl_imports::raw::c_void,
Expand Down

0 comments on commit 66abb93

Please sign in to comment.