libgoatvr

view libgoatvr.def @ 33:1102327fe85f

added red-cyan anaglyph fallback drawing
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 30 Oct 2015 06:34:00 +0200
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