libgoatvr

view libgoatvr.def @ 12:b536bd21b37f

added vr_get_def functions
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 24 Sep 2014 23:50:40 +0300
parents ded3d0a74e19
children e4c5c9c0b6f6
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_seti
13 vr_setf
14 vr_geti
15 vr_getf
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