diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-07-13 09:54:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-13 09:54:47 -0700 |
| commit | c963b44aa48a4349e20a0afcd423b55b1996d2fa (patch) | |
| tree | 88f7f0b51d679cc308437461b8c210e828efeda0 /source/slang/profile.h | |
| parent | 9058358792fa393e0e92af80f24a54a037aa9691 (diff) | |
| parent | c51fd4ee8f478aa3d3b7e6208a3a4e9c00e2413a (diff) | |
Merge pull request #85 from tfoleyNV/working
Various bug fixes
Diffstat (limited to 'source/slang/profile.h')
| -rw-r--r-- | source/slang/profile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/profile.h b/source/slang/profile.h index f8839be84..6d55d3195 100644 --- a/source/slang/profile.h +++ b/source/slang/profile.h @@ -54,6 +54,7 @@ namespace Slang Unknown, #define PROFILE(TAG, NAME, STAGE, VERSION) TAG = (uint32_t(Stage::STAGE) << 16) | uint32_t(ProfileVersion::VERSION), +#define PROFILE_ALIAS(TAG, DEF, NAME) TAG = DEF, #include "profile-defs.h" }; |
