summaryrefslogtreecommitdiff
path: root/source/slang/profile.h
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-07-13 09:54:47 -0700
committerGitHub <noreply@github.com>2017-07-13 09:54:47 -0700
commitc963b44aa48a4349e20a0afcd423b55b1996d2fa (patch)
tree88f7f0b51d679cc308437461b8c210e828efeda0 /source/slang/profile.h
parent9058358792fa393e0e92af80f24a54a037aa9691 (diff)
parentc51fd4ee8f478aa3d3b7e6208a3a4e9c00e2413a (diff)
Merge pull request #85 from tfoleyNV/working
Various bug fixes
Diffstat (limited to 'source/slang/profile.h')
-rw-r--r--source/slang/profile.h1
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"
};