Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CAPI_GL_DistortionRenderer.cpp File Reference
Include dependency graph for CAPI_GL_DistortionRenderer.cpp:

Go to the source code of this file.

Data Structures

struct  OVR::CAPI::GL::ShaderInfo
 
struct  OVR::CAPI::GL::DistortionVertex
 
struct  OVR::CAPI::GL::LatencyVertex
 

Namespaces

 OVR
 
 OVR::CAPI
 
 OVR::CAPI::GL
 

Macros

#define SI_NOREFL(shader)   { shader, sizeof(shader), NULL, 0 }
 
#define SI_REFL__(shader)   { shader, sizeof(shader), shader ## _refl, sizeof( shader ## _refl )/sizeof(*(shader ## _refl)) }
 

Enumerations

enum  { OVR::CAPI::GL::DistortionVertexShaderBitMask = 3, OVR::CAPI::GL::DistortionVertexShaderCount = DistortionVertexShaderBitMask + 1, OVR::CAPI::GL::DistortionPixelShaderBitMask = 1, OVR::CAPI::GL::DistortionPixelShaderCount = DistortionPixelShaderBitMask + 1 }
 

Functions

void OVR::CAPI::GL::DistortionShaderBitIndexCheck ()
 

Variables

static ShaderInfo OVR::CAPI::GL::DistortionVertexShaderLookup [DistortionVertexShaderCount]
 
static ShaderInfo OVR::CAPI::GL::DistortionPixelShaderLookup [DistortionPixelShaderCount]
 

Data Structure Documentation

struct OVR::CAPI::GL::ShaderInfo

Definition at line 35 of file CAPI_GL_DistortionRenderer.cpp.

Collaboration diagram for OVR::CAPI::GL::ShaderInfo:
Collaboration graph
Data Fields
const Uniform * ReflectionData
size_t ReflectionSize
const char * ShaderData
size_t ShaderSize
struct OVR::CAPI::GL::DistortionVertex

Definition at line 70 of file CAPI_GL_DistortionRenderer.cpp.

Collaboration diagram for OVR::CAPI::GL::DistortionVertex:
Collaboration graph
Data Fields
Color Col
Vector2f Pos
Vector2f TexB
Vector2f TexG
Vector2f TexR

Macro Definition Documentation

#define SI_NOREFL (   shader)    { shader, sizeof(shader), NULL, 0 }

Definition at line 44 of file CAPI_GL_DistortionRenderer.cpp.

#define SI_REFL__ (   shader)    { shader, sizeof(shader), shader ## _refl, sizeof( shader ## _refl )/sizeof(*(shader ## _refl)) }

Definition at line 45 of file CAPI_GL_DistortionRenderer.cpp.