Changeset 7825 in orxonox.OLD for branches/water/src
- Timestamp:
- May 24, 2006, 6:12:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/water/src/lib/graphics/shader.cc
r7822 r7825 142 142 { 143 143 GLint status = 0; 144 /// FIXME do it back145 144 const char* prog = &program[0]; 145 146 printf("TESTING:::: %s\n", prog); 147 146 148 glShaderSourceARB(shader, 1, &prog, NULL); 147 149 glCompileShaderARB(shader);
Note: See TracChangeset
for help on using the changeset viewer.