From 0a51633b0a75237d37c0a13076d71d88ca264e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 5 Jul 2013 22:22:48 +0200 Subject: [PATCH] Added TODO. --- src/AbstractShaderProgram.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/AbstractShaderProgram.h b/src/AbstractShaderProgram.h index 214f0df94..bf0608108 100644 --- a/src/AbstractShaderProgram.h +++ b/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;