summaryrefslogtreecommitdiff
path: root/include/epoxy/egl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/epoxy/egl.h')
-rw-r--r--include/epoxy/egl.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/include/epoxy/egl.h b/include/epoxy/egl.h
index adfe2c7..7b30a04 100644
--- a/include/epoxy/egl.h
+++ b/include/epoxy/egl.h
@@ -23,13 +23,8 @@
/** @file egl.h
*
- * Provides an implementation of a EGL dispatch layer using a hidden
- * vtable.
- *
- * This is a lower performance path than ifuncs when they are
- * available, but it is required if you might have multiple return
- * values for GetProcAddress/dlsym()ed functions (for example, if you
- * unload libGL.so.1).
+ * Provides an implementation of an EGL dispatch layer using global
+ * function pointers
*/
#ifndef __EPOXY_EGL_H