Browse Source

Added TODO.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
0a51633b0a
  1. 3
      src/AbstractShaderProgram.h

3
src/AbstractShaderProgram.h

@ -282,6 +282,9 @@ setUniform() documentation for more information.
To achieve least state changes, set all uniforms in one run -- method chaining
comes in handy.
@todo Compiling and linking more than one shader in parallel, then checking
status, should be faster -- https://twitter.com/g_truc/status/352778836657700866
*/
class MAGNUM_EXPORT AbstractShaderProgram {
friend class Context;

Loading…
Cancel
Save