updated to latest openvr sdk, updated to use bindgen, ongoing refactoring

This commit is contained in:
Rene Eichhorn
2016-05-01 18:35:07 +02:00
parent 9b080084c2
commit ff9743f9cf
12 changed files with 3106 additions and 1669 deletions

5
scripts/binding.h Normal file
View File

@ -0,0 +1,5 @@
// This header is used for bindgen to automatically generate the openvr c binding
// bindgen -match openvr_capi.h scripts/binding.h -o binding.rs
#include <stdbool.h>
#include "../openvr/headers/openvr_capi.h"