|
Bike-X
0.8
|
#include "CAPI_GL_DistortionRenderer.h"#include "CAPI_GL_DistortionShaders.h"#include "../../OVR_CAPI_GL.h"
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] |
| struct OVR::CAPI::GL::ShaderInfo |
Definition at line 35 of file CAPI_GL_DistortionRenderer.cpp.

| Data Fields | ||
|---|---|---|
| const Uniform * | ReflectionData | |
| size_t | ReflectionSize | |
| const char * | ShaderData | |
| size_t | ShaderSize | |
| struct OVR::CAPI::GL::DistortionVertex |
| #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.