WAFFLE_GET_PROC_ADDR(3) | Waffle Manual | WAFFLE_GET_PROC_ADDR(3) |
waffle_get_proc_address - Query address of OpenGL functions
#include <waffle.h>
void* waffle_get_proc_address(const char *name);
waffle_get_proc_address()
Some aspects of this function's behavior are platform-specific and non-intuitive. For example,
For details on this function's behavior, see the specification for the relevant platform: the GLX 1.4 Specification[1] the EGL 1.4 Specification[2] or the MSDN article[3].
See waffle_error(3) for the complete list of waffle's error codes.
No errors are specific to any functions listed in this manual page.
Please report bugs or and feature requests to https://gitlab.freedesktop.org/mesa/waffle/issues.
Chad Versace <chad.versace@linux.intel.com>
Copyright © 2013 Intel
This manual page is licensed under the Creative Commons Attribution-ShareAlike 3.0 United States License (CC BY-SA 3.0). To view a copy of this license, visit http://creativecommons.org.license/by-sa/3.0/us.
08/18/2021 | waffle |