Added new GPU physics demo into both trunk and branch.

This commit is contained in:
sjbaker
2006-09-27 19:18:52 +00:00
parent e48c81c55e
commit 2b286e4748
5 changed files with 220 additions and 157 deletions

View File

@@ -75,11 +75,13 @@ public:
void paint () ;
void fillTexture ( float *data ) ;
void fillTexture ( unsigned char *data ) ;
void fillTexture ( float *data ) ;
void fillTexture ( unsigned short *data ) ;
void fillTexture ( unsigned char *data ) ;
void fetchTexture ( float *data ) ;
void fetchTexture ( unsigned char *data ) ;
void fetchTexture ( float *data ) ;
void fetchTexture ( unsigned short *data ) ;
void fetchTexture ( unsigned char *data ) ;
} ;