|
Bike-X
0.8
|
#include "../../OVR_CAPI.h"#include "../../Kernel/OVR_Array.h"#include "../../Kernel/OVR_Math.h"#include "../../Kernel/OVR_RefCount.h"#include "../../Kernel/OVR_String.h"#include "../../Kernel/OVR_Types.h"#include "../../Kernel/OVR_Log.h"#include <GL/gl.h>#include <GL/glext.h>

Go to the source code of this file.
Data Structures | |
| struct | OVR::CAPI::GL::RenderParams |
| class | OVR::CAPI::GL::Buffer |
| class | OVR::CAPI::GL::Texture |
| class | OVR::CAPI::GL::Shader |
| class | OVR::CAPI::GL::ShaderSet |
| struct | OVR::CAPI::GL::ShaderSet::Uniform |
| class | OVR::CAPI::GL::ShaderFill |
| struct | OVR::CAPI::GL::DisplayId |
| class | OVR::CAPI::GL::ShaderBase |
| struct | OVR::CAPI::GL::ShaderBase::Uniform |
| class | OVR::CAPI::GL::ShaderImpl< SStage, SType > |
Namespaces | |
| OVR | |
| OVR::CAPI | |
| OVR::CAPI::GL | |
Macros | |
| #define | GL_GLEXT_PROTOTYPES |
Typedefs | |
| typedef ShaderImpl < Shader_Vertex, GL_VERTEX_SHADER > | OVR::CAPI::GL::VertexShader |
| typedef ShaderImpl < Shader_Fragment, GL_FRAGMENT_SHADER > | OVR::CAPI::GL::FragmentShader |
Functions | |
| void | OVR::CAPI::GL::InitGLExtensions () |
| struct OVR::CAPI::GL::RenderParams |
Definition at line 222 of file CAPI_GL_Util.h.

| Data Fields | ||
|---|---|---|
| int | Multisample | |
| ovrSizei | RTSize | |
| struct OVR::CAPI::GL::ShaderSet::Uniform |
Definition at line 312 of file CAPI_GL_Util.h.

| Data Fields | ||
|---|---|---|
| int | Location | |
| String | Name | |
| int | Size | |
| int | Type | |
| struct OVR::CAPI::GL::ShaderBase::Uniform |
Definition at line 456 of file CAPI_GL_Util.h.

| Data Fields | ||
|---|---|---|
| const char * | Name | |
| int | Offset | |
| int | Size | |
| VarType | Type | |
| #define GL_GLEXT_PROTOTYPES |
Definition at line 44 of file CAPI_GL_Util.h.