libgoatvr

view libgoatvr.def @ 13:e4c5c9c0b6f6

added vr_get?_def functions which allow a default to be specified
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 25 Sep 2014 07:23:18 +0300
parents 34d4643d61f9
children
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
16 vr_geti_def
17 vr_getf_def
19 vr_view_translation
20 vr_view_rotation
22 vr_view_matrix
23 vr_proj_matrix
25 vr_begin
26 vr_end
27 vr_swap_buffers
29 vr_output_texture
30 vr_output_texture_eye
32 vr_recenter