Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1476)

Unified Diff: src/doc/languagespec.tex

Issue 186135: Review: message passing of closures, and bug fixes (Closed) Base URL: http://openshadinglanguage.googlecode.com/svn/trunk/
Patch Set: Created 14 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/include/osl_pvt.h » ('j') | src/liboslexec/opmessage.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/doc/languagespec.tex
===================================================================
--- src/doc/languagespec.tex (revision 524)
+++ src/doc/languagespec.tex (working copy)
@@ -64,7 +64,7 @@
\bigskip \\
}
\date{{\large Date: 11 January, 2010 \\
-%(with corrections, 19 Oct 2009)
+(with corrections, 12 January, 2010)
}}
@@ -4336,8 +4336,8 @@
retrieved by other shaders attached to the same object. If there is
already a message with the same name attached to this shader invocation,
it will be replaced by the new value.
-The message \emph{value} may be any basic scalar type or array thereof,
-but may not be a {\cf struct} or a {\cf closure}.
+The message \emph{value} may be any basic scalar type, array, or closure,
+but may not be a {\cf struct}.
\apiend
%\apiitem{int {\ce getmessage} (string source, string name, output \emph{type} destination)}
« no previous file with comments | « no previous file | src/include/osl_pvt.h » ('j') | src/liboslexec/opmessage.cpp » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b