Unverified Commit 84274372 by Greg Fischer Committed by GitHub

Merge pull request #2614 from ZaOniRinku/master

Typo in ShaderLang.h
parents ed948c8e b67b6b35
...@@ -508,7 +508,7 @@ public: ...@@ -508,7 +508,7 @@ public:
// //
// setEnvInput: The input source language and stage. If generating code for a // setEnvInput: The input source language and stage. If generating code for a
// specific client, the input client semantics to use and the // specific client, the input client semantics to use and the
// version of the that client's input semantics to use, otherwise // version of that client's input semantics to use, otherwise
// use EShClientNone and version of 0, e.g. for validation mode. // use EShClientNone and version of 0, e.g. for validation mode.
// Note 'version' does not describe the target environment, // Note 'version' does not describe the target environment,
// just the version of the source dialect to compile under. // just the version of the source dialect to compile under.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment