Merge pull request #117 from ehsannas/UserTypeGOOGLE

Add grammar and symbols for UserTypeGOOGLE extension to unified1.
This commit is contained in:
John Kessenich
2019-06-12 00:32:32 -06:00
committed by GitHub
7 changed files with 16 additions and 1 deletions
@@ -7888,6 +7888,15 @@
],
"extensions" : [ "SPV_GOOGLE_hlsl_functionality1" ],
"version" : "None"
},
{
"enumerant" : "UserTypeGOOGLE",
"value" : 5636,
"parameters" : [
{ "kind" : "LiteralString", "name" : "'User Type'" }
],
"extensions" : [ "SPV_GOOGLE_user_type" ],
"version" : "None"
}
]
},
+1
View File
@@ -459,6 +459,7 @@ typedef enum SpvDecoration_ {
SpvDecorationHlslCounterBufferGOOGLE = 5634,
SpvDecorationHlslSemanticGOOGLE = 5635,
SpvDecorationUserSemantic = 5635,
SpvDecorationUserTypeGOOGLE = 5636,
SpvDecorationMax = 0x7fffffff,
} SpvDecoration;
+1
View File
@@ -455,6 +455,7 @@ enum Decoration {
DecorationHlslCounterBufferGOOGLE = 5634,
DecorationHlslSemanticGOOGLE = 5635,
DecorationUserSemantic = 5635,
DecorationUserTypeGOOGLE = 5636,
DecorationMax = 0x7fffffff,
};
+1
View File
@@ -455,6 +455,7 @@ enum class Decoration : unsigned {
HlslCounterBufferGOOGLE = 5634,
HlslSemanticGOOGLE = 5635,
UserSemantic = 5635,
UserTypeGOOGLE = 5636,
Max = 0x7fffffff,
};
+2 -1
View File
@@ -488,7 +488,8 @@
"CounterBuffer": 5634,
"HlslCounterBufferGOOGLE": 5634,
"HlslSemanticGOOGLE": 5635,
"UserSemantic": 5635
"UserSemantic": 5635,
"UserTypeGOOGLE": 5636
}
},
{
+1
View File
@@ -428,6 +428,7 @@ spv = {
HlslCounterBufferGOOGLE = 5634,
HlslSemanticGOOGLE = 5635,
UserSemantic = 5635,
UserTypeGOOGLE = 5636,
},
BuiltIn = {
+1
View File
@@ -428,6 +428,7 @@ spv = {
'HlslCounterBufferGOOGLE' : 5634,
'HlslSemanticGOOGLE' : 5635,
'UserSemantic' : 5635,
'UserTypeGOOGLE' : 5635,
},
'BuiltIn' : {