diff options
author | Eric Anholt <eric@anholt.net> | 2010-08-23 09:38:47 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-08-23 10:30:44 -0700 |
commit | 6328f16f1c236bb49a967e38458c3344672c98db (patch) | |
tree | 81a410a967f4d52a7a0dcf919aade9560a4f6dca /tests/shaders/CMakeLists.txt | |
parent | 0060cdc9fa0110afa0398303d0c13f90658c0243 (diff) |
glsl-getactiveuniform-*: New tests for glGetActiveUniform() behavior.
Diffstat (limited to 'tests/shaders/CMakeLists.txt')
-rw-r--r-- | tests/shaders/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/shaders/CMakeLists.txt b/tests/shaders/CMakeLists.txt index ae4b9f2ee..6452bc799 100644 --- a/tests/shaders/CMakeLists.txt +++ b/tests/shaders/CMakeLists.txt @@ -51,6 +51,9 @@ add_executable (glsl-bindattriblocation glsl-bindattriblocation.c) add_executable (glsl-bug-22603 glsl-bug-22603.c) add_executable (glsl-dlist-getattriblocation glsl-dlist-getattriblocation.c) add_executable (glsl-getattriblocation glsl-getattriblocation.c) +add_executable (glsl-getactiveuniform-array-size glsl-getactiveuniform-array-size.c) +add_executable (glsl-getactiveuniform-count glsl-getactiveuniform-count.c) +add_executable (glsl-getactiveuniform-length glsl-getactiveuniform-length.c) add_executable (glsl-novertexdata glsl-novertexdata.c) add_executable (glsl-orangebook-ch06-bump glsl-orangebook-ch06-bump.c) add_executable (glsl-reload-source glsl-reload-source.c) |