public class WaylandEglCore extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
WL_EGL_PLATFORM |
| Constructor and Description |
|---|
WaylandEglCore() |
| Modifier and Type | Method and Description |
|---|---|
static WaylandEglCore |
INSTANCE() |
long |
wl_egl_window_create(long surface,
int width,
int height) |
void |
wl_egl_window_destroy(long egl_window) |
void |
wl_egl_window_get_attached_size(long egl_window,
long width,
long height) |
void |
wl_egl_window_resize(long egl_window,
int width,
int height,
int dx,
int dy) |
public static final int WL_EGL_PLATFORM
public static WaylandEglCore INSTANCE()
public long wl_egl_window_create(long surface,
int width,
int height)
public void wl_egl_window_destroy(long egl_window)
public void wl_egl_window_resize(long egl_window,
int width,
int height,
int dx,
int dy)
public void wl_egl_window_get_attached_size(long egl_window,
long width,
long height)
Copyright © 2016. All rights reserved.