diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-02-14 08:27:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-14 08:27:46 -0500 |
| commit | b059de80b7619e4406dbddf26fd7f2fb7ce6a965 (patch) | |
| tree | aee9bf78c48d57a86a6689d347e08561c78fdaaf /source/slang/parser.cpp | |
| parent | 4133192e7d390fb14465fc1ce45a1337b33927b7 (diff) | |
* Add cross compile test (#849)
* Add intrinsic for StructuredBuffer.Load
Diffstat (limited to 'source/slang/parser.cpp')
| -rw-r--r-- | source/slang/parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/parser.cpp b/source/slang/parser.cpp index 38a28745a..e2085eb7d 100644 --- a/source/slang/parser.cpp +++ b/source/slang/parser.cpp @@ -4520,7 +4520,7 @@ namespace Slang // __intrinsic_op(<identifier>) // // Finally, we can leave off the specification, so that the - // op name will be derived fromthe function name: + // op name will be derived from the function name: // // __intrinsic_op // |
