summaryrefslogtreecommitdiffstats
path: root/gpu/demos/simple_vertex_shader/main.cc
Commit message (Expand)AuthorAgeFilesLines
* Hooked all demos to gpu/demos.gyp. Now all demos run as both - standalone exe...alokp@chromium.org2010-01-261-31/+0
* Converted all demos to use gpu::demos::Example base class.alokp@chromium.org2010-01-191-52/+15
* Changed the signature of Application::Draw to accept elapsed time. It will be...alokp@chromium.org2010-01-131-3/+4
* Added simple vertex shader demo. I had to make the following modifications to...alokp@chromium.org2010-01-131-0/+67