deepstone

diff src/wvga.h @ 38:17a5107b6fa4

- added perspective correct interpolation - added recording functionality - added video capture functionality
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 10 Mar 2014 17:24:42 +0200
parents 00d84ab1ef26
children
line diff
     1.1 --- a/src/wvga.h	Mon Sep 23 07:42:56 2013 +0300
     1.2 +++ b/src/wvga.h	Mon Mar 10 17:24:42 2014 +0200
     1.3 @@ -9,4 +9,7 @@
     1.4  
     1.5  void wait_vsync(void);
     1.6  
     1.7 +void begin_capture(int frames);
     1.8 +void end_capture(void);
     1.9 +
    1.10  #endif	/* WVGA_H_ */