Monado OpenXR Runtime
Typedefs | Functions
xrt_gfx_egl.h File Reference

Header defining a XRT graphics provider. More...

#include "xrt/xrt_device.h"
#include "xrt/xrt_compositor.h"
Include dependency graph for xrt_gfx_egl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void * EGLDisplay
 
typedef void * EGLConfig
 
typedef void * EGLContext
 
typedef void(* __eglMustCastToProperFunctionPointerType) (void)
 
typedef __eglMustCastToProperFunctionPointerType(* PFNEGLGETPROCADDRESSPROC) (const char *proc)
 

Functions

struct xrt_compositor_glxrt_gfx_provider_create_gl_egl (struct xrt_compositor_fd *xcfd, EGLDisplay display, EGLConfig config, EGLContext context, PFNEGLGETPROCADDRESSPROC getProcAddress)
 

Detailed Description

Header defining a XRT graphics provider.

Author
Drew DeVault sir@c.nosp@m.mpwn.nosp@m..com

Typedef Documentation

◆ __eglMustCastToProperFunctionPointerType

typedef void(* __eglMustCastToProperFunctionPointerType) (void)

◆ EGLConfig

typedef void* EGLConfig

◆ EGLContext

typedef void* EGLContext

◆ EGLDisplay

typedef void* EGLDisplay

◆ PFNEGLGETPROCADDRESSPROC

typedef __eglMustCastToProperFunctionPointerType(* PFNEGLGETPROCADDRESSPROC) (const char *proc)