summaryrefslogtreecommitdiffstats
path: root/source/core
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2018-07-31 11:03:53 -0400
committerGitHub <noreply@github.com>2018-07-31 11:03:53 -0400
commit9914ca800c92e9b3fe768dec4e913a302f3d678d (patch)
tree49544fb2c0387f39876fd99e112cfc32ed05302d /source/core
parent171f524d7ca2922084a33f50c77a1e8797e80949 (diff)
Feature/attributed binding (#621)
* Typo fix, and added dxc to command line documentation. * Fix small typos. Added support for Scope to lexer. Fix bug in Token ctor. * Add support for attribute names that are scoped. * Added GLSLBindingAttribute. Make binding work through core.met.slang. * Allow [[gl::binding(binding, set)]] [[vk::binding(binding,set)]]
Diffstat (limited to 'source/core')
-rw-r--r--source/core/token-reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/token-reader.h b/source/core/token-reader.h
index aaebad756..48391738c 100644
--- a/source/core/token-reader.h
+++ b/source/core/token-reader.h
@@ -22,7 +22,7 @@ namespace Slang
OpInc, OpDec, OpAddAssign, OpSubAssign, OpMulAssign, OpDivAssign, OpModAssign,
OpShlAssign, OpShrAssign, OpOrAssign, OpAndAssign, OpXorAssign,
- QuestionMark, Colon, RightArrow, At, Pound, PoundPound,
+ QuestionMark, Colon, RightArrow, At, Pound, PoundPound, Scope,
};
class CodePosition