![]() |
![]()
| ![]() |
![]()
NAMEwaffle_native, waffle_native_display, waffle_native_config, waffle_native_context, waffle_native_window - Containers for underlying native objects SYNOPSIS#include <waffle.h> union waffle_native_display { DESCRIPTIONEach of the waffle_${obj}_get_native() functions returns a correspondingly named union waffle_native_${obj}*. For example, waffle_window_get_native() returns union waffle_native_window* For each platform, the header <waffle_${platform}.h> defines the native container structs. For example, <waffle_glx.h> defines the structs waffle_glx_${obj}. Observerve that native container structs are not defined for all platforms that waffle supports. In particular, waffle supports Android (WAFFLE_PLATFORM_ANDROID) and MacOS via CGL (WAFFLE_PLATFORM_CGL), but no container structs are defined for those platforms. Presently, waffle does not expose the native objects for those platforms due to implementation difficulties. ISSUESPlease report bugs or and feature requests to https://gitlab.freedesktop.org/mesa/waffle/issues. SEE ALSOwaffle(7), waffle_gbm(3), waffle_glx(3), waffle_wayland(3), waffle_x11_egl(3) AUTHORChad Versace <chad.versace@linux.intel.com> Maintainer
COPYRIGHTCopyright © 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.
|