added Steven Baker's GPU physics code (work in progress)

This commit is contained in:
ejcoumans
2006-09-18 20:16:43 +00:00
parent d87a85ae97
commit b548455ae9
14 changed files with 1796 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
void main()
{
gl_FragColor = gl_Color ;
}