libgoatvr

view libgoatvr.def @ 8:3d9ec6fe97d7

- added distortion mesh generation for the OpenHMD module (unfinished) - changed internal implementation function naming to use the vrimp_ prefix - added an opengl helper function to load extension entry points
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 20 Sep 2014 13:22:53 +0300
parents
children 34d4643d61f9
line source
1 LIBRARY libgoatvr
2 EXPORTS
3 vr_init
4 vr_shutdown
6 vr_module_count
7 vr_module_name
9 vr_use_module
10 vr_use_module_named
12 vr_set_opti
13 vr_set_optf
14 vr_get_opti
15 vr_get_optf
17 vr_view_translation
18 vr_view_rotation
20 vr_view_matrix
21 vr_proj_matrix
23 vr_begin
24 vr_end
25 vr_swap_buffers
27 vr_output_texture
28 vr_output_texture_eye
30 vr_recenter