oculus1

diff src/vr_impl.h @ 15:402cbb6d9ce3

added the shader as a separate header file
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 21 Sep 2013 04:15:20 +0300
parents 464e1d135d68
children f3672317e5c2
line diff
     1.1 --- a/src/vr_impl.h	Sat Sep 21 03:35:53 2013 +0300
     1.2 +++ b/src/vr_impl.h	Sat Sep 21 04:15:20 2013 +0300
     1.3 @@ -12,6 +12,7 @@
     1.4  	SensorFusion ovr_sfusion;
     1.5  
     1.6  	struct {
     1.7 +		char *display;
     1.8  		// the full width and height of the display (both eyes)
     1.9  		int width, height;
    1.10  		float fov;