VR SDK for Android 0.1.1 ARM Developer Center
App Struct Reference

#include <armvr.h>

Public Attributes

int window_width
 
int window_height
 
float frame_time
 
float elapsed_time
 
GLuint program_distort
 
GLuint a_distort_position
 
GLuint a_distort_uv_red_low_res
 
GLuint a_distort_uv_green_low_res
 
GLuint a_distort_uv_blue_low_res
 
GLuint a_distort_uv_red_high_res
 
GLuint a_distort_uv_green_high_res
 
GLuint a_distort_uv_blue_high_res
 
GLuint u_distort_layer_index
 
GLuint u_distort_framebuffer
 
GLuint program_cube
 
GLuint a_cube_position
 
GLuint a_cube_normal
 
GLuint u_cube_projection
 
GLuint u_cube_view
 
GLuint u_cube_model
 
GLuint vao
 
GLuint vbo_cube
 
GLuint warp_mesh [Num_Eyes]
 
HMDConfig hmd
 
Framebuffer fb
 

Detailed Description

Definition at line 148 of file armvr.h.

Member Data Documentation

GLuint App::a_cube_normal

Definition at line 168 of file armvr.h.

GLuint App::a_cube_position

Definition at line 167 of file armvr.h.

GLuint App::a_distort_position

Definition at line 156 of file armvr.h.

GLuint App::a_distort_uv_blue_high_res

Definition at line 162 of file armvr.h.

GLuint App::a_distort_uv_blue_low_res

Definition at line 159 of file armvr.h.

GLuint App::a_distort_uv_green_high_res

Definition at line 161 of file armvr.h.

GLuint App::a_distort_uv_green_low_res

Definition at line 158 of file armvr.h.

GLuint App::a_distort_uv_red_high_res

Definition at line 160 of file armvr.h.

GLuint App::a_distort_uv_red_low_res

Definition at line 157 of file armvr.h.

float App::elapsed_time

Definition at line 153 of file armvr.h.

Framebuffer App::fb

Definition at line 177 of file armvr.h.

float App::frame_time

Definition at line 152 of file armvr.h.

HMDConfig App::hmd

Definition at line 176 of file armvr.h.

GLuint App::program_cube

Definition at line 166 of file armvr.h.

GLuint App::program_distort

Definition at line 155 of file armvr.h.

GLuint App::u_cube_model

Definition at line 171 of file armvr.h.

GLuint App::u_cube_projection

Definition at line 169 of file armvr.h.

GLuint App::u_cube_view

Definition at line 170 of file armvr.h.

GLuint App::u_distort_framebuffer

Definition at line 164 of file armvr.h.

GLuint App::u_distort_layer_index

Definition at line 163 of file armvr.h.

GLuint App::vao

Definition at line 173 of file armvr.h.

GLuint App::vbo_cube

Definition at line 174 of file armvr.h.

GLuint App::warp_mesh[Num_Eyes]

Definition at line 175 of file armvr.h.

int App::window_height

Definition at line 151 of file armvr.h.

int App::window_width

Definition at line 150 of file armvr.h.


The documentation for this struct was generated from the following file: