|
Bike-X
0.8
|


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 |
| struct ovrGLConfigData_s |
Definition at line 40 of file OVR_CAPI_GL.h.

| Data Fields | ||
|---|---|---|
| ovrRenderAPIConfigHeader | Header | |
| union ovrGLConfig |
Definition at line 53 of file OVR_CAPI_GL.h.

| Data Fields | ||
|---|---|---|
| ovrRenderAPIConfig | Config | |
| ovrGLConfigData | OGL | |
| struct ovrGLTextureData_s |
Definition at line 60 of file OVR_CAPI_GL.h.

| Data Fields | ||
|---|---|---|
| ovrTextureHeader | Header | |
| GLuint | TexId | |
| union ovrGLTexture_s |
Definition at line 67 of file OVR_CAPI_GL.h.

| Data Fields | ||
|---|---|---|
| ovrGLTextureData | OGL | |
| ovrTexture | Texture | |
| typedef struct ovrGLConfigData_s ovrGLConfigData |
| typedef union ovrGLTexture_s ovrGLTexture |
| typedef struct ovrGLTextureData_s ovrGLTextureData |