summaryrefslogtreecommitdiffstats
path: root/progs/demos/vao_demo.c
Commit message (Collapse)AuthorAgeFilesLines
* demos: delete vertex array objects upon exitBrian Paul2009-05-071-0/+2
|
* casts and assertionsBrian Paul2006-08-011-4/+9
|
* call glutDestroyWindow() to allow checking for mem leaks upon exitBrian Paul2006-07-121-1/+3
|
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-0/+323
and demos are also added. Adding basic support to drivers should be as easy as just enabling the extension, though thorough test would also be required.