libgoatvr

diff libgoatvr.def @ 0:ded3d0a74e19

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 29 Aug 2014 03:45:25 +0300
parents
children 34d4643d61f9
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libgoatvr.def	Fri Aug 29 03:45:25 2014 +0300
     1.3 @@ -0,0 +1,30 @@
     1.4 +LIBRARY libgoatvr
     1.5 +EXPORTS
     1.6 +	vr_init
     1.7 +	vr_shutdown
     1.8 +
     1.9 +	vr_module_count
    1.10 +	vr_module_name
    1.11 +
    1.12 +	vr_use_module
    1.13 +	vr_use_module_named
    1.14 +
    1.15 +	vr_set_opti
    1.16 +	vr_set_optf
    1.17 +	vr_get_opti
    1.18 +	vr_get_optf
    1.19 +
    1.20 +	vr_view_translation
    1.21 +	vr_view_rotation
    1.22 +
    1.23 +	vr_view_matrix
    1.24 +	vr_proj_matrix
    1.25 +
    1.26 +	vr_begin
    1.27 +	vr_end
    1.28 +	vr_swap_buffers
    1.29 +
    1.30 +	vr_output_texture
    1.31 +	vr_output_texture_eye
    1.32 +
    1.33 +	vr_recenter
    1.34 \ No newline at end of file