]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/optimize.h
Adjust GLSL builtins
[libs/gl.git] / source / glsl / optimize.h
index 249a859a03763c6e198b9c0f04020dc0589ea360..b7b39176a06e62490573cee96ec174fbcd276ad4 100644 (file)
@@ -27,7 +27,7 @@ private:
 
 /** Finds functions which are candidates for inlining.  Currently this means
 functions which have no flow control statements, no more than one return
-statement, and are only called once. */
+statement, and are either builtins or only called once. */
 class InlineableFunctionLocator: private TraversingVisitor
 {
 private: