We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f5b24 commit c1224b4Copy full SHA for c1224b4
1 file changed
src/doc/languagespec.tex
@@ -62,7 +62,7 @@
62
\emph{lg@imageworks.com}
63
}
64
\date{{\large Date: 14 Jan, 2016 \\
65
- (with corrections, 30 Apr 2016)
+ (with corrections, 14 Jun 2016)
66
67
\bigskip
68
@@ -854,6 +854,7 @@ \section{Preprocessor}
854
\indexapi{\#else}
855
\indexapi{\#endif}
856
\indexapi{\#include}
857
+\indexapi{\#pragma}
858
859
Shader source code is passed through a standard C preprocessor as a
860
first step in parsing.
@@ -876,6 +877,7 @@ \section{Preprocessor}
876
877
#else
878
#endif
879
#include
880
+ #pragma once
881
\end{code}
882
883
0 commit comments