OSVR / OSVR-Unity

Package for authoring OSVR experiences with Unity.
Apache License 2.0
98 stars 38 forks source link

Removed the explicit calling conventions in OsvrRenderManager so that… #168

Closed JeroMiya closed 8 years ago

JeroMiya commented 8 years ago

… the default calling conventions are used on a given platform. Also cleaned up the bindings to be in the same order as the native code, and fixed the return types as needed.

Implements https://github.com/OSVR/OSVR-Unity/issues/160