libgoatvr
diff 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 diff
1.1 --- a/libgoatvr.def Wed Sep 24 23:50:40 2014 +0300 1.2 +++ b/libgoatvr.def Thu Sep 25 07:23:18 2014 +0300 1.3 @@ -1,30 +1,32 @@ 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_seti 1.16 - vr_setf 1.17 - vr_geti 1.18 - vr_getf 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 1.35 +LIBRARY libgoatvr 1.36 +EXPORTS 1.37 + vr_init 1.38 + vr_shutdown 1.39 + 1.40 + vr_module_count 1.41 + vr_module_name 1.42 + 1.43 + vr_use_module 1.44 + vr_use_module_named 1.45 + 1.46 + vr_seti 1.47 + vr_setf 1.48 + vr_geti 1.49 + vr_getf 1.50 + vr_geti_def 1.51 + vr_getf_def 1.52 + 1.53 + vr_view_translation 1.54 + vr_view_rotation 1.55 + 1.56 + vr_view_matrix 1.57 + vr_proj_matrix 1.58 + 1.59 + vr_begin 1.60 + vr_end 1.61 + vr_swap_buffers 1.62 + 1.63 + vr_output_texture 1.64 + vr_output_texture_eye 1.65 + 1.66 + vr_recenter