adding fountain framebuffer object sdk sample

Change-Id: I0156281baf450b4aafcd1d43bf5fd9ef8d4cb6cc
This commit is contained in:
Robert Ly
2011-10-31 16:32:20 -07:00
parent e842e956c2
commit a3a8cfd25b
9 changed files with 414 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<p>An example that renders many dots on the screen that follow a user's touch. The dots fall
to the bottom of the screen when no touch is detected. This example modifies
the <a href="../Fountain/index.html">Fountain</a> sample to include rendering to a
a framebuffer object as well as the default framebuffer.</p>