libgoatvr

view libgoatvr.def @ 2:fc256d38257f

added readme and license files
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 29 Aug 2014 05:33:22 +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