Version 1.24 master
authorAndreas Eversberg <jolly@eversberg.eu>
Fri, 11 May 2018 11:12:47 +0000 (13:12 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Fri, 11 May 2018 11:12:47 +0000 (13:12 +0200)
commitd27d01edcbc6f98a8bd97954156726b0f0825ff6
treeeac342494c3a3580242861250490d71275e139e0
Version 1.24
20 files changed:
.gitignore [new file with mode: 0644]
Include/Extras/OVR_CAPI_Util.h [new file with mode: 0755]
Include/Extras/OVR_Math.h [new file with mode: 0755]
Include/Extras/OVR_StereoProjection.h [new file with mode: 0755]
Include/OVR_CAPI.h [new file with mode: 0755]
Include/OVR_CAPI_Audio.h [new file with mode: 0755]
Include/OVR_CAPI_D3D.h [new file with mode: 0755]
Include/OVR_CAPI_GL.h [new file with mode: 0755]
Include/OVR_CAPI_Keys.h [new file with mode: 0755]
Include/OVR_CAPI_Vk.h [new file with mode: 0755]
Include/OVR_ErrorCode.h [new file with mode: 0755]
Include/OVR_Version.h [new file with mode: 0755]
Makefile [new file with mode: 0755]
Shim/OVR_CAPIShim.c [new file with mode: 0755]
Shim/OVR_CAPIShim.o [new file with mode: 0644]
Shim/OVR_CAPI_Prototypes.h [new file with mode: 0755]
Shim/OVR_CAPI_Util.cpp [new file with mode: 0755]
Shim/OVR_CAPI_Util.o [new file with mode: 0644]
Shim/OVR_StereoProjection.cpp [new file with mode: 0755]
Shim/OVR_StereoProjection.o [new file with mode: 0644]