Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR_CAPI_GL.h File Reference
#include "OVR_CAPI.h"
#include <GL/gl.h>
#include <GL/glext.h>
#include <GL/glx.h>
Include dependency graph for OVR_CAPI_GL.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ovrGLConfigData_s
 
union  ovrGLConfig
 
struct  ovrGLTextureData_s
 
union  ovrGLTexture_s
 

Typedefs

typedef struct ovrGLConfigData_s ovrGLConfigData
 
typedef struct ovrGLTextureData_s ovrGLTextureData
 
typedef union ovrGLTexture_s ovrGLTexture
 

Data Structure Documentation

struct ovrGLConfigData_s

Definition at line 40 of file OVR_CAPI_GL.h.

Collaboration diagram for ovrGLConfigData_s:
Collaboration graph
Data Fields
ovrRenderAPIConfigHeader Header
union ovrGLConfig

Definition at line 53 of file OVR_CAPI_GL.h.

Collaboration diagram for ovrGLConfig:
Collaboration graph
Data Fields
ovrRenderAPIConfig Config
ovrGLConfigData OGL
struct ovrGLTextureData_s

Definition at line 60 of file OVR_CAPI_GL.h.

Collaboration diagram for ovrGLTextureData_s:
Collaboration graph
Data Fields
ovrTextureHeader Header
GLuint TexId
union ovrGLTexture_s

Definition at line 67 of file OVR_CAPI_GL.h.

Collaboration diagram for ovrGLTexture_s:
Collaboration graph
Data Fields
ovrGLTextureData OGL
ovrTexture Texture

Typedef Documentation