Blender V4.3
WaylandDynload_EGL Struct Reference

#include <wayland_dynload_egl.h>

Public Member Functions

struct wl_egl_window *WL_DYN_FN wl_egl_window_create (struct wl_surface *surface, int width, int height)
 
void WL_DYN_FN wl_egl_window_destroy (struct wl_egl_window *egl_window)
 
void WL_DYN_FN wl_egl_window_resize (struct wl_egl_window *egl_window, int width, int height, int dx, int dy)
 
void WL_DYN_FN wl_egl_window_get_attached_size (struct wl_egl_window *egl_window, int *width, int *height)
 

Detailed Description

Definition at line 39 of file wayland_dynload_egl.h.

Member Function Documentation

◆ wl_egl_window_create()

struct wl_egl_window *WL_DYN_FN WaylandDynload_EGL::wl_egl_window_create ( struct wl_surface * surface,
int width,
int height )

◆ wl_egl_window_destroy()

void WL_DYN_FN WaylandDynload_EGL::wl_egl_window_destroy ( struct wl_egl_window * egl_window)

◆ wl_egl_window_get_attached_size()

void WL_DYN_FN WaylandDynload_EGL::wl_egl_window_get_attached_size ( struct wl_egl_window * egl_window,
int * width,
int * height )

◆ wl_egl_window_resize()

void WL_DYN_FN WaylandDynload_EGL::wl_egl_window_resize ( struct wl_egl_window * egl_window,
int width,
int height,
int dx,
int dy )

The documentation for this struct was generated from the following file: