diff options
author | Eric Anholt <eric@anholt.net> | 2009-08-26 15:30:27 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-08-26 15:30:27 -0700 |
commit | f50401e4352284cb5c2620dd7ab3ad71507a83f6 (patch) | |
tree | 1def9578cebafce302e1205ab5ba58fc5b9b879b | |
parent | 96b8173f0ca92bb06ac0ff9ab131de9b0da6d793 (diff) |
Add lightsmark
-rw-r--r-- | apps/lightsmark | 3 | ||||
-rw-r--r-- | notes/lightsmark | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/lightsmark b/apps/lightsmark new file mode 100644 index 0000000..078da01 --- /dev/null +++ b/apps/lightsmark @@ -0,0 +1,3 @@ +GL_EXT_framebuffer_object +GL_ARB_fragment_shader +GL_ARB_vertex_shader diff --git a/notes/lightsmark b/notes/lightsmark new file mode 100644 index 0000000..d30173b --- /dev/null +++ b/notes/lightsmark @@ -0,0 +1,3 @@ +List generated with nm -D -C bin/pc-linux32/backend and looking at the +glew functions used. The ARB shader extensions are used to signify its +use of GL 2.0 shaders. |