Monado OpenXR Runtime
|
Glue code to EGL client side glue code. More...
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include <stdio.h>
#include <stdlib.h>
#include "client/comp_gl_client.h"
#include "util/u_misc.h"
#include "xrt/xrt_gfx_egl.h"
Macros | |
#define | EGL_EGL_PROTOTYPES 0 |
#define | EGL_NO_X11 |
Typedefs | |
typedef EGLBoolean EGLAPIENTRY(* | PFNEGLMAKECURRENTPROC) (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) |
Functions | |
struct xrt_compositor_gl * | xrt_gfx_provider_create_gl_egl (struct xrt_compositor_fd *xcfd, EGLDisplay display, EGLConfig config, EGLContext context, PFNEGLGETPROCADDRESSPROC getProcAddress) |
Glue code to EGL client side glue code.
#define EGL_EGL_PROTOTYPES 0 |
#define EGL_NO_X11 |
typedef EGLBoolean EGLAPIENTRY(* PFNEGLMAKECURRENTPROC) (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) |