add some VideCore/R-pi support code

This commit is contained in:
notaz 2012-12-22 03:10:53 +02:00
parent e54719efea
commit 0d645bc539
5 changed files with 153 additions and 7 deletions

2
gl_platform.h Normal file
View file

@ -0,0 +1,2 @@
int gl_platform_init(void **display, void **window, int *quirks);
void gl_platform_finish(void);