|
Blender V5.0
|
#include <wayland-egl-core.h>Go to the source code of this file.
Classes | |
| struct | WaylandDynload_EGL |
Macros | |
| #define | __WAYLAND_DYNLOAD_EGL_H__ |
| #define | WL_DYN_FN(a) |
| #define | wl_egl_window_create(...) |
| #define | wl_egl_window_destroy(...) |
| #define | wl_egl_window_resize(...) |
| #define | wl_egl_window_get_attached_size(...) |
Variables | |
| struct WaylandDynload_EGL | wayland_dynload_egl |
Wrapper functions for <wayland-egl.h>.
Definition in file wayland_dynload_egl.h.
| #define __WAYLAND_DYNLOAD_EGL_H__ |
Definition at line 26 of file wayland_dynload_egl.h.
| #define WL_DYN_FN | ( | a | ) |
Definition at line 33 of file wayland_dynload_egl.h.
| #define wl_egl_window_create | ( | ... | ) |
Definition at line 58 of file wayland_dynload_egl.h.
Referenced by GHOST_SystemWayland::createOffscreenContext(), and GHOST_WindowWayland::GHOST_WindowWayland().
| #define wl_egl_window_destroy | ( | ... | ) |
Definition at line 59 of file wayland_dynload_egl.h.
Referenced by GHOST_SystemWayland::createOffscreenContext(), GHOST_SystemWayland::disposeContext(), and GHOST_WindowWayland::~GHOST_WindowWayland().
| #define wl_egl_window_get_attached_size | ( | ... | ) |
Definition at line 61 of file wayland_dynload_egl.h.
| #define wl_egl_window_resize | ( | ... | ) |
Definition at line 60 of file wayland_dynload_egl.h.
Referenced by gwl_window_resize_for_backend().
|
extern |
Definition at line 19 of file wayland_dynload_egl.c.